Classes | Defines | Functions
IcePlane.h File Reference
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Contains code for planes.

Author:
Pierre Terdiman
Date:
April, 4, 2000

Definition in file IcePlane.h.


Define Documentation

#define PLANE_EPSILON   (1.0e-7f)

Definition at line 16 of file OPC_IceHook.h.

#define PLANE_EPSILON   (1.0e-7f)

Function Documentation

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.

Parameters:
transformed[out] transformed plane
plane[in] source plane
transform[in] transform matrix
Warning:
the plane normal must be unit-length

Definition at line 87 of file IcePlane.h.

inline_ void TransformPlane ( Plane plane,
const Matrix4x4 transform 
)

Transforms a plane by a 4x4 matrix. Same as Plane * Matrix4x4 operator, but faster.

Parameters:
plane[in/out] source plane (transformed on return)
transform[in] transform matrix
Warning:
the plane normal must be unit-length

Definition at line 104 of file IcePlane.h.



openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:19