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...
Public Member Functions | |
| 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. | |
Properties | |
| new unsafe ref MR.EdgeId | e [get] |
| new unsafe MR.SegmPointf | a [get, protected set] |
| a in [0,1], a=0 => point is in org( e ), a=1 => point is in dest( e ) | |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
|
inline |
Generated from constructor MR.EdgePoint.EdgePoint.
|
inline |
Generated from method MR::EdgePoint::operator=.
|
inline |
sets this to the closest end of the edge Generated from method MR.EdgePoint.moveToClosestVertex.
|
getprotected set |
a in [0,1], a=0 => point is in org( e ), a=1 => point is in dest( e )
|
get |