SFVec2f is a vector in an affin space, which is different from a point represented by the SFPoint2f class.
|
Constructor.
|
|
Constructor with x, y and z coordinates in parameters.
|
|
Copy constructor.
|
|
Explicit constructor from a string of which format is "x y".
|
|
Conversion from point to vector.
|
|
Returns the pointed array.
|
|
Returns the pointed array.
|
|
Returns the norm of the vector.
|
|
Normalizes the vector.
|
|
Returns the vector normalized but doesn't change the vector.
|
|
Returns the pointed array.
|
|
Returns the pointed array.
|
|
Overloaded operator.
|
|
Overloaded operator.
|
|
Overloaded assignment operator.
|
|
Bracket operator.
|
|
Bracket operator.
|
|
Converts into string.
|
|
Overloaded operator*.
|
|
Overloaded operator*.
|
|
Overloaded operator!=.
|
|
Overloaded operator+.
|
|
Overloaded operator-.
|
|
Overloaded operator-.
|
|
Overloaded operator==.
|
|
Null vector.
|
|
x coordinates.
|
|
y coordinates.
|