◆ destroy()
| HRESULT TissueForge::rendering::ClipPlane::destroy |
( |
| ) |
|
Destroy the clip plane.
- Returns
- HRESULT
◆ getEquation()
| fVector4 TissueForge::rendering::ClipPlane::getEquation |
( |
| ) |
|
Get the coefficients of the plane equation of the clip plane.
- Returns
- fVector4
◆ getNormal()
| fVector3 TissueForge::rendering::ClipPlane::getNormal |
( |
| ) |
|
Get the normal vector of the clip plane.
- Returns
- fVector3
◆ getPoint()
| fVector3 TissueForge::rendering::ClipPlane::getPoint |
( |
| ) |
|
Get the point of the clip plane.
- Returns
- fVector3
◆ setEquation() [1/2]
Set the coefficients of the plane equation of the clip plane using a point on the plane and its normal.
- Parameters
-
| point | plane point |
| normal | plane normal vector |
- Returns
- HRESULT
◆ setEquation() [2/2]
| HRESULT TissueForge::rendering::ClipPlane::setEquation |
( |
const fVector4 & | pe | ) |
|
Set the coefficients of the plane equation of the clip plane.
- Parameters
-
- Returns
- HRESULT
◆ index
| int TissueForge::rendering::ClipPlane::index |
Index of the clip plane. Less than zero if clip plane has been destroyed.
The documentation for this struct was generated from the following file: