Go to the source code of this file.
Classes | |
class | Plane |
Defines | |
#define | PLANE_EPSILON (1.0e-7f) |
#define | PLANE_EPSILON (1.0e-7f) |
Functions | |
inline_ void | TransformPlane (Plane &transformed, const Plane &plane, const Matrix4x4 &transform) |
inline_ void | TransformPlane (Plane &plane, const Matrix4x4 &transform) |
#define PLANE_EPSILON (1.0e-7f) |
Definition at line 16 of file OPC_IceHook.h.
#define PLANE_EPSILON (1.0e-7f) |
inline_ void TransformPlane | ( | Plane & | transformed, |
const Plane & | plane, | ||
const Matrix4x4 & | transform | ||
) |
Transforms a plane by a 4x4 matrix. Same as Plane * Matrix4x4 operator, but faster.
transformed | [out] transformed plane |
plane | [in] source plane |
transform | [in] transform matrix |
Definition at line 87 of file IcePlane.h.
Transforms a plane by a 4x4 matrix. Same as Plane * Matrix4x4 operator, but faster.
plane | [in/out] source plane (transformed on return) |
transform | [in] transform matrix |
Definition at line 104 of file IcePlane.h.