|
| | moGLViewport (float p_width=1.0, float p_height=1.0) |
| |
| virtual | ~moGLViewport () |
| |
| | moGLViewport (const moGLViewport &p_src) |
| |
| moGLViewport & | operator= (const moGLViewport &p_src) |
| |
| float | GetWidth () |
| |
| float | GetHeight () |
| |
| float | GetProportion () |
| |
| float | GetProportionInvert () |
| |
| const moVector2< MOdouble > | ZERO (0.0, 0.0) |
| |
| const moVector2< MOdouble > | UNIT_X (1.0, 0.0) |
| |
| const moVector2< MOlong > | UNIT_Y (0, 1) |
| |
| const moVector2< MOdouble > | UNIT_Y (0.0, 1.0) |
| |
| const moVector2< MOlong > | ONE (1, 1) |
| |
| const moVector2< MOdouble > | ONE (1.0, 1.0) |
| |
| | moVector2 () |
| |
| | moVector2 (MOfloat fX, MOfloat fY) |
| |
| | moVector2 (const MOfloat *afTuple) |
| |
| | moVector2 (const moVector2 &rkV) |
| |
| | operator const MOfloat * () const |
| |
| | operator MOfloat * () |
| |
| MOfloat | operator[] (int i) const |
| |
| MOfloat & | operator[] (int i) |
| |
| MOfloat | X () const |
| |
| MOfloat & | X () |
| |
| MOfloat | Y () const |
| |
| MOfloat & | Y () |
| |
| moVector2 & | operator= (const moVector2 &rkV) |
| |
| bool | operator== (const moVector2 &rkV) const |
| |
| bool | operator!= (const moVector2 &rkV) const |
| |
| bool | operator< (const moVector2 &rkV) const |
| |
| bool | operator<= (const moVector2 &rkV) const |
| |
| bool | operator> (const moVector2 &rkV) const |
| |
| bool | operator>= (const moVector2 &rkV) const |
| |
| moVector2 | operator+ (const moVector2 &rkV) const |
| |
| moVector2 | operator- (const moVector2 &rkV) const |
| |
| moVector2 | operator- () const |
| |
| moVector2 | operator* (MOfloat fScalar) const |
| |
| moVector2 | operator/ (MOfloat fScalar) const |
| |
| moVector2 & | operator+= (const moVector2 &rkV) |
| |
| moVector2 & | operator-= (const moVector2 &rkV) |
| |
| moVector2 & | operator*= (MOfloat fScalar) |
| |
| moVector2 & | operator/= (MOfloat fScalar) |
| |
| MOfloat | Length () const |
| |
| MOfloat | SquaredLength () const |
| |
| MOfloat | Dot (const moVector2 &rkV) const |
| |
| MOfloat | Normalize () |
| |
| moVector2 | Perp () const |
| | returns (y,-x) Más...
|
| |
| moVector2 | UnitPerp () const |
| | returns (y,-x)/sqrt(x*x+y*y) Más...
|
| |
| MOfloat | DotPerp (const moVector2 &rkV) const |
| | returns DotPerp((x,y),(V.x,V.y)) = x*V.y - y*V.x Más...
|
| |
| void | GetBarycentrics (const moVector2 &rkV0, const moVector2 &rkV1, const moVector2 &rkV2, MOfloat afBary[3]) const |
| |
| MOfloat | Cosine (const moVector2< MOfloat > &rkV) |
| |
| MOfloat | Angle (const moVector2< MOfloat > &rkV) |
| |
| | moAbstract () |
| |
| virtual | ~moAbstract () |
| |
| virtual MOboolean | Init () |
| | Inicializa el objeto. Más...
|
| |
| virtual MOboolean | Finish () |
| | Finaliza el objeto, libera recursos. Más...
|
| |
| MOboolean | Initialized () |
| | Pregunta si está inicializado. Más...
|
| |
Definición en la línea 115 del archivo moGLManager.h.