Panda3D
|
Public Member Functions | |
PhysxPlane (const PhysxPlane &plane) | |
bool | belongs (const LPoint3f &p) const |
float | distance (const LPoint3f &p) const |
float | get_d () const |
LVector3f | get_normal () const |
void | inverse_transform (const LMatrix4f &transform, PhysxPlane &transformed) const |
void | normalize () |
LPoint3f | point_in_plane () const |
LPoint3f | project (const LPoint3f &p) const |
PhysxPlane | set (const LPoint3f &p0, const LPoint3f &p1, const LPoint3f &p2) |
void | set_d (float d) |
void | set_normal (LVector3f normal) |
void | transform (const LMatrix4f &transform, PhysxPlane &transformed) const |
PhysxPlane | zero () |
Public Attributes | |
NxPlane | _plane |
Definition at line 27 of file physxPlane.h.