golib
0.5
|
3D position. More...
#include <goposition.h>
Public Member Functions | |
goPosition (goInt32 x, goInt32 y, goInt32 z) | |
![]() | |
go3Vector (const go3Vector< goInt32 > &other) | |
go3Vector (goInt32 t1, goInt32 t2, goInt32 t3) | |
bool | operator== (const go3Vector< To > &other) const |
bool | operator!= (const go3Vector< To > &other) const |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > & | operator= (const go3Vector< goInt32 > other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > & | operator-= (go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > & | operator-= (const go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > & | operator+= (go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > & | operator*= (goInt32 other) |
GO3VECTOR_FUNCTION_PREFIX goInt32 | operator* (go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > | operator* (goInt32 val) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > | operator* (const goInt32 val) const |
GO3VECTOR_FUNCTION_PREFIX goInt32 | operator* (const go3Vector< goInt32 > &other) const |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > | operator+ (go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > | operator+ (go3Vector< goInt32 > &other) const |
GO3VECTOR_FUNCTION_PREFIX go3Vector< goInt32 > | operator+ (const go3Vector< goInt32 > &other) const |
GO3VECTOR_FUNCTION_PREFIX void | cross (const go3Vector< goInt32 > &other) |
GO3VECTOR_FUNCTION_PREFIX goDouble | abs () |
Additional Inherited Members | |
![]() | |
goInt32 | x |
goInt32 | y |
goInt32 | z |
3D position.
Indices are goInt32.