Go to the source code of this file.
Functions | |
INLINE_LINMATH | FLOATNAME (LPoint2) |
This is a two-component point in space. | |
INLINE_LINMATH | FLOATNAME (LVecBase2) FLOATNAME(LPoint2) |
Returns the indicated row of the matrix as a two-component vector, ignoring the last column. | |
INLINE_LINMATH | FLOATNAME (LVector2) FLOATNAME(LPoint2) |
Returns a normalized vector from the given vector. |
Definition in file lpoint2_src.I.
|
Returns a normalized vector from the given vector. Returns true if the vector was normalized, false if it was a zero-length vector. Definition at line 191 of file lpoint2_src.I. |
|
Returns the indicated row of the matrix as a two-component vector, ignoring the last column. The next element occupies the next position consecutively in memory. Definition at line 155 of file lpoint2_src.I. References FLOATNAME, and INLINE_LINMATH. |
|
This is a two-component point in space.
Definition at line 30 of file lpoint2_src.I. References FLOATNAME, and INLINE_LINMATH. |