#include <eclipseray/eclipse.h>
#include <eclipseray/yrtypes.h>
Go to the source code of this file.
Classes | |
class | Vector3D |
This object is mainly intended for in-Python script usage, since its faster to receive this and directly access its members, than validate python objects from lists. More... | |
class | Matrix |
An affine 4x4 matrix. More... | |
Functions | |
Vector3D | operator* (const Matrix &a_matrix, const Vector3D &a_vector) |
Transforms a vector by a matrix. |
Definition in file ecgeometry.h.
Transforms a vector by a matrix.
Definition at line 247 of file ecgeometry.h.
References Matrix::AsYRMatrix(), and Vector3D::AsYRPoint3D().