Functions |
| template<typename T > |
| void | lwpp::CoordinateSystem (const Vector3< T > &v1, Vector3< T > *v2, Vector3< T > *v3) |
| | Create a coordinate system out of one vector.
|
| template<typename T > |
| void | lwpp::CoordinateSystem (const Vector3< T > &view, const Vector3< T > &normal, Vector3< T > *right, Vector3< T > *forward) |
| | Create a coordinate system out of two vectors, one being the normal, the other the viewing ray.
|
| template<typename T > |
| Vector3< T > | lwpp::Cross (Vector3< T > a, Vector3< T > b) |
| | Cross product of two Vector3.
|
Base classes for vectors and vector math.
- Version:
- Id:
- infinimapplugin.h 40 2005-12-29 01:14:28Z mwolf