Parameters that is used to find undercuts Generated from class MR.FixUndercuts.FindParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe ref readonly MR.Vector3f | upDirection [get] |
| | Primitives that are not visible from up direction are considered as undercuts (fix undercuts is performed downwards (in -direction))
|
| unsafe float | wallAngle [get] |
| | vertical angle of fixed undercut walls (note that this value is approximate - it defines "camera" position for internal projective transformation) 0 - strictly vertical walls of undercuts area positive - expanding downwards walls negative - shrinking downwards walls
|
Parameters that is used to find undercuts Generated from class MR.FixUndercuts.FindParams. This is the const half of the class.
◆ Const_FindParams() [1/4]
| unsafe MR.FixUndercuts.Const_FindParams.Const_FindParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_FindParams() [2/4]
| unsafe MR.FixUndercuts.Const_FindParams.Const_FindParams |
( |
MR.Vector3f | upDirection, |
|
|
float | wallAngle ) |
|
inline |
◆ Const_FindParams() [3/4]
◆ Const_FindParams() [4/4]
| MR.FixUndercuts.Const_FindParams.Const_FindParams |
( |
FindParams | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.FixUndercuts.Const_FindParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.FixUndercuts.Const_FindParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_upDirection
| unsafe MR.Vector3f* MR.FixUndercuts.Const_FindParams.__ref_storage_upDirection |
|
protected |
◆ __ref_storage_wallAngle
| unsafe float* MR.FixUndercuts.Const_FindParams.__ref_storage_wallAngle |
|
protected |
◆ upDirection
| unsafe ref readonly MR.Vector3f MR.FixUndercuts.Const_FindParams.upDirection |
|
get |
Primitives that are not visible from up direction are considered as undercuts (fix undercuts is performed downwards (in -direction))
◆ wallAngle
| unsafe float MR.FixUndercuts.Const_FindParams.wallAngle |
|
get |
vertical angle of fixed undercut walls (note that this value is approximate - it defines "camera" position for internal projective transformation) 0 - strictly vertical walls of undercuts area positive - expanding downwards walls negative - shrinking downwards walls
The documentation for this class was generated from the following file: