Generated from class MR.SignedDistanceToMeshResult. This is the non-const half of the class.
More...
|
| new unsafe MR.PointOnFace | proj [get, protected set] |
| | the closest point on mesh
|
| |
| new unsafe MR.MeshTriPoint | mtp [get, protected set] |
| | its barycentric representation
|
| |
| new unsafe ref float | dist [get] |
| | distance from pt to proj (positive - outside, negative - inside the mesh)
|
| |
Generated from class MR.SignedDistanceToMeshResult. This is the non-const half of the class.
◆ SignedDistanceToMeshResult() [1/4]
| unsafe MR.SignedDistanceToMeshResult.SignedDistanceToMeshResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SignedDistanceToMeshResult() [2/4]
| unsafe MR.SignedDistanceToMeshResult.SignedDistanceToMeshResult |
( |
MR.Const_PointOnFace | proj, |
|
|
MR.Const_MeshTriPoint | mtp, |
|
|
float | dist ) |
|
inline |
◆ SignedDistanceToMeshResult() [3/4]
| unsafe MR.SignedDistanceToMeshResult.SignedDistanceToMeshResult |
( |
MR.Const_SignedDistanceToMeshResult | _other | ) |
|
|
inline |
Generated from constructor MR.SignedDistanceToMeshResult.SignedDistanceToMeshResult.
◆ SignedDistanceToMeshResult() [4/4]
Generated from constructor MR.SignedDistanceToMeshResult.SignedDistanceToMeshResult.
◆ assign()
Generated from method MR.SignedDistanceToMeshResult.operator=.
◆ dist
| new unsafe ref float MR.SignedDistanceToMeshResult.dist |
|
get |
distance from pt to proj (positive - outside, negative - inside the mesh)
◆ mtp
its barycentric representation
◆ proj
the closest point on mesh
The documentation for this class was generated from the following file: