#include <vpcutplane.h>
Inheritance diagram for VPCutPlane:
Public Member Functions | |
VPCutPlane () | |
VPCutPlane (VPBoundingBox b) | |
void | vpSetBoundingBox (VPBoundingBox b) |
void | vpNormalComputation (float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3) |
VPVector3D | vpGetNormal (void) |
void | vpPlaneComputation (void) |
void | vpDComputation (void) |
float | vpGetD (void) |
VPRotation * | vpGetRotation (void) |
VPTranslation * | vpGetTranslation (void) |
void | vpRender (void) |
Definition at line 52 of file vpcutplane.h.
|
Definition at line 29 of file vpcutplane.cpp. |
|
Definition at line 40 of file vpcutplane.cpp. References vpPlaneComputation(). |
|
Definition at line 207 of file vpcutplane.cpp. References VPVector3D::vpGetVector3DX(), VPVector3D::vpGetVector3DY(), VPVector3D::vpGetVector3DZ(), VPPoint3D::vpGetX(), VPPoint3D::vpGetY(), and VPPoint3D::vpGetZ(). |
|
Definition at line 223 of file vpcutplane.cpp. |
|
Definition at line 63 of file vpcutplane.cpp. |
|
Definition at line 157 of file vpcutplane.cpp. |
|
Definition at line 167 of file vpcutplane.cpp. |
|
Definition at line 121 of file vpcutplane.cpp. References VPVector3D::vpSetVector3D(). Referenced by vpPlaneComputation(). |
|
Definition at line 73 of file vpcutplane.cpp. References VPPoint3D::vpGetX(), VPPoint3D::vpGetY(), VPPoint3D::vpGetZ(), and vpNormalComputation(). Referenced by VPCutPlane(), and vpSetBoundingBox(). |
|
Definition at line 176 of file vpcutplane.cpp. References VPRotation::vpGetAngleX(), VPRotation::vpGetAngleY(), VPTranslation::vpGetPositionX(), VPTranslation::vpGetPositionY(), VPVector3D::vpGetVector3DX(), VPVector3D::vpGetVector3DY(), and VPVector3D::vpGetVector3DZ(). |
|
Definition at line 51 of file vpcutplane.cpp. References vpPlaneComputation(). |