C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
vsn_vector3d.h File Reference

Vector in three-dimensional space. More...

#include <vsn_mathdefs.h>
#include <vsn_global.h>

Classes

class  VSN::Vector3DF
 Vector in three-dimensional space. More...
 

Functions

Vector3DF VSN::operator* (const Vector3DF &vector, float factor)
 Multiply vector by number.
 
Vector3DF VSN::operator* (const Vector3DF &vector, const Matrix3DF &m)
 Multiply vector by matrix.
 

Detailed Description

Vector in three-dimensional space.