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.
More...
|
| new unsafe ref MR.EdgeId | e [get] |
| | a in [0,1], a=0 => point is in org( e ), a=1 => point is in dest( e )
|
| |
| new unsafe MR.SegmPointf | a [get, protected set] |
| |
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.
◆ EdgePoint() [1/6]
| unsafe MR.EdgePoint.EdgePoint |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ EdgePoint() [2/6]
| unsafe MR.EdgePoint.EdgePoint |
( |
MR.Const_EdgePoint | _other | ) |
|
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
◆ EdgePoint() [3/6]
Generated from constructor MR.EdgePoint.EdgePoint.
◆ EdgePoint() [4/6]
| unsafe MR.EdgePoint.EdgePoint |
( |
MR.EdgeId | e, |
|
|
float | a ) |
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
◆ EdgePoint() [5/6]
| unsafe MR.EdgePoint.EdgePoint |
( |
MR.Const_MeshTopology | topology, |
|
|
MR.VertId | v ) |
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
◆ EdgePoint() [6/6]
| unsafe MR.EdgePoint.EdgePoint |
( |
MR.Const_PolylineTopology | topology, |
|
|
MR.VertId | v ) |
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
◆ assign()
| unsafe MR.EdgePoint MR.EdgePoint.assign |
( |
MR.Const_EdgePoint | _other | ) |
|
|
inline |
Generated from method MR.EdgePoint.operator=.
◆ moveToClosestVertex()
| unsafe void MR.EdgePoint.moveToClosestVertex |
( |
| ) |
|
|
inline |
a in [0,1], a=0 => point is in org( e ), a=1 => point is in dest( e )
The documentation for this class was generated from the following file: