FVector2 class

FVector2 class

A float vector with two components.

The FVector2 type exposes the following members:

Constructors

ConstructorDescription
__init__(self, x, y)Initializes a new instance of the FVector2.
__init__(self, vec)Initializes a new instance of the FVector2.
__init__(self)Constructs a new instance of FVector2

Properties

PropertyDescription
xThe x component.
yThe y component.

Methods

MethodDescription
equals(self, rhs)Check if two vectors are equal

See Also