Home | All Classes | Grouped Classes | Index | Search
A 2D Vector class More...
Derived from:
none
Derived by:
none
Group: Core (Math)
#include <ClanLib/core.h>
Construction:
Default constructor |
Operators:
Accessor | |
Unknown | |
assignment operator | |
Equivalancy operator | |
Not-equals operator | |
Less than operator | |
Less than or equal operator | |
Greater than operator | |
Greater than or equal operator | |
Addition operator | |
Subtraction operator | |
Multiplication operator | |
Division operator | |
Addition assignment operator | |
Subtraction assignment operator | |
Multiplication assignment operator | |
Division assignment operator |
Attributes:
Enable Fuzzy arithmatic | |
Disable Fuzzy arithmatic | |
Using fuzzy arimatic | |
The length of the vector | |
The squared length of the vector | |
FIXME!!! | |
FIXME!!! | |
Cross | |
Unit Cross |
Variables:
ZERO static | |
UNIT_X static | |
UNIT_Y static | |
FUZZ static |
Detailed description:
!group=Core/Math! !header=core.h! CL_Vector2 provides a 2D vector class. This is different from {link CL_Vector CL_Vector.html}