|
| unsafe | EdgePoint () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | EdgePoint (MR.Const_EdgePoint _other) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| | EdgePoint (EdgePoint _other) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | EdgePoint (MR.EdgeId e, float a) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | EdgePoint (MR.Const_MeshTopology topology, MR.VertId v) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | EdgePoint (MR.Const_PolylineTopology topology, MR.VertId v) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe MR.EdgePoint | assign (MR.Const_EdgePoint _other) |
| | Generated from method MR::EdgePoint::operator=.
|
| unsafe void | moveToClosestVertex () |
| | sets this to the closest end of the edge Generated from method MR.EdgePoint.moveToClosestVertex.
|
| virtual void | Dispose () |
| unsafe | Const_EdgePoint () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_EdgePoint (MR.Const_EdgePoint _other) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| | Const_EdgePoint (EdgePoint _other) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | Const_EdgePoint (MR.EdgeId e, float a) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | Const_EdgePoint (MR.Const_MeshTopology topology, MR.VertId v) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe | Const_EdgePoint (MR.Const_PolylineTopology topology, MR.VertId v) |
| | Generated from constructor MR.EdgePoint.EdgePoint.
|
| unsafe MR.VertId | inVertex (MR.Const_MeshTopology topology) |
| | returns valid vertex id if the point is in vertex, otherwise returns invalid id Generated from method MR.EdgePoint.inVertex.
|
| unsafe MR.VertId | inVertex (MR.Const_PolylineTopology topology) |
| | returns valid vertex id if the point is in vertex, otherwise returns invalid id Generated from method MR.EdgePoint.inVertex.
|
| unsafe MR.VertId | getClosestVertex (MR.Const_MeshTopology topology) |
| | returns one of two edge vertices, closest to this point Generated from method MR.EdgePoint.getClosestVertex.
|
| unsafe MR.VertId | getClosestVertex (MR.Const_PolylineTopology topology) |
| | returns one of two edge vertices, closest to this point Generated from method MR.EdgePoint.getClosestVertex.
|
| unsafe bool | inVertex () |
| | returns true if the point is in a vertex Generated from method MR.EdgePoint.inVertex.
|
| unsafe bool | isBd (MR.Const_MeshTopology topology, MR.Const_FaceBitSet? region=null) |
| | returns true if the point is on the boundary of the region (or for whole mesh if region is nullptr) Generated from method MR.EdgePoint.isBd.
|
| unsafe bool | valid () |
| | consider this valid if the edge ID is valid Generated from method MR.EdgePoint.valid.
|
| unsafe MR.EdgePoint | sym () |
| | represents the same point relative to sym edge in Generated from method MR.EdgePoint.sym.
|
| bool | Equals (MR.Const_EdgePoint? rhs) |
| override bool | Equals (object? other) |
encodes a point on an edge of mesh or of polyline Generated from class MR.EdgePoint. This is the non-const half of the class.