#include <curve.h>
Public Member Functions | |
ControlPointTransform (const Matrix4 &matrix) | |
void | operator() (Vector3 &point) const |
Private Attributes | |
const Matrix4 & | m_matrix |
Definition at line 119 of file curve.h.
ControlPointTransform::ControlPointTransform | ( | const Matrix4 & | matrix | ) | [inline] |
void ControlPointTransform::operator() | ( | Vector3 & | point | ) | const [inline] |
const Matrix4& ControlPointTransform::m_matrix [private] |
Definition at line 121 of file curve.h.
Referenced by operator()().