Generated from class MR.MeshOrPoints.ProjectionResult. This is the non-const half of the class.
More...
|
|
new unsafe ref MR.Vector3f | point [get] |
| | found closest point
|
| |
| new unsafe MR.Std.Optional_MRVector3f | normal [get] |
| |
|
new unsafe ref bool | isBd [get] |
| | can be true only for meshes, if the closest point is located on the boundary of the mesh (or the current region)
|
| |
|
new unsafe ref float | distSq [get] |
| | squared distance from query point to the closest point
|
| |
| new unsafe ref MR.VertId | closestVert [get] |
| |
|
unsafe ref readonly MR.Vector3f | point [get] |
| | found closest point
|
| |
| unsafe MR.Std.Const_Optional_MRVector3f | normal [get] |
| |
|
unsafe bool | isBd [get] |
| | can be true only for meshes, if the closest point is located on the boundary of the mesh (or the current region)
|
| |
|
unsafe float | distSq [get] |
| | squared distance from query point to the closest point
|
| |
| unsafe ref readonly MR.VertId | closestVert [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
static unsafe | operator bool (MR.MeshOrPoints.Const_ProjectionResult _this) |
| | Generated from conversion operator MR.MeshOrPoints.ProjectionResult.operator bool.
|
| |
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
Generated from class MR.MeshOrPoints.ProjectionResult. This is the non-const half of the class.
◆ closestVert
| new unsafe ref MR.VertId MR.Const_MeshOrPoints.ProjectionResult.closestVert |
|
get |
for point clouds it is the closest vertex, for meshes it is the closest vertex of the triangle with the closest point
◆ normal
normal at the closest point; for meshes it will be pseudonormal with the differentiation depending on closest point location (face/edge/vertex)
The documentation for this class was generated from the following file: