golib  0.5
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
goPosition Class Reference

3D position. More...

#include <goposition.h>

Public Member Functions

 goPosition (goInt32 x, goInt32 y, goInt32 z)
 
- Public Member Functions inherited from go3Vector< goInt32 >
 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

- Public Attributes inherited from go3Vector< goInt32 >
goInt32 x
 
goInt32 y
 
goInt32 z
 

Detailed Description

3D position.

Indices are goInt32.


The documentation for this class was generated from the following files: