#include "lvec2_ops_src.I"
Go to the source code of this file.
Functions | |
INLINE_LINMATH | FLOATNAME (LVecBase2) operator *(FLOATTYPE scalar |
Returns the indicated row of the matrix as a two-component vector, ignoring the last column. | |
INLINE_LINMATH | FLOATNAME (LPoint2) operator *(FLOATTYPE scalar |
This is a two-component point in space. | |
INLINE_LINMATH | FLOATNAME (LVector2) operator *(FLOATTYPE scalar |
Returns a normalized vector from the given vector. | |
INLINE_LINMATH FLOATTYPE | dot (const FLOATNAME(LVecBase2)&a, const FLOATNAME(LVecBase2)&b) |
INLINE_LINMATH FLOATTYPE | length (const FLOATNAME(LVector2)&a) |
Definition in file lvec2_ops_src.h.
|
Definition at line 62 of file lvec2_ops_src.I. Referenced by StaticTextFont::find_character_gsets(), StaticTextFont::get_glyph(), and EggGroupNode::reverse_vertex_ordering(). |
|
Returns a normalized vector from the given vector. Returns true if the vector was normalized, false if it was a zero-length vector. |
|
This is a two-component point in space.
Definition at line 53 of file lcast_to_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 23 of file lcast_to_src.I. |
|
Definition at line 73 of file lvec2_ops_src.I. |