|
Fovia C++ In-Process API
|
Public Member Functions | |
| CUT_PLANE_PARAMS (const CUT_PLANE_PARAMS &r) | |
| CUT_PLANE_PARAMS & | operator= (const CUT_PLANE_PARAMS &r) |
Public Attributes | |
| PLANEEQF | Plane |
| ENUM_CUT_PLANE_STATUS | Status |
| ENUM_CUT_PLANE_TYPE | Type |
Specifies a cut plane.
| PLANEEQF CUT_PLANE_PARAMS::Plane |
Plane equation. This is in the standard plane equation form ax + by + cz = d.
Referenced by RENDER_PARAMS::CombineWith().
| ENUM_CUT_PLANE_STATUS CUT_PLANE_PARAMS::Status |
Plane status (enabled/disabled).
Referenced by RENDER_PARAMS::CombineWith().
| ENUM_CUT_PLANE_TYPE CUT_PLANE_PARAMS::Type |
Reserved. This value is ignored.
Referenced by RENDER_PARAMS::CombineWith().
1.8.9.1