encodes a point inside a line segment using relative distance in [0,1] Generated from class MR.SegmPointf. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| static unsafe float | Eps [get] |
| unsafe float | a [get] |
| | a in [0,1], a=0 => point is in v0, a=1 => point is in v1
|
encodes a point inside a line segment using relative distance in [0,1] Generated from class MR.SegmPointf. This is the const half of the class.
◆ Const_SegmPointf() [1/4]
| unsafe MR.Const_SegmPointf.Const_SegmPointf |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_SegmPointf() [2/4]
◆ Const_SegmPointf() [3/4]
| MR.Const_SegmPointf.Const_SegmPointf |
( |
SegmPointf | _other | ) |
|
|
inline |
◆ Const_SegmPointf() [4/4]
| unsafe MR.Const_SegmPointf.Const_SegmPointf |
( |
float | a | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_SegmPointf.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SegmPointf.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Equals() [1/3]
| bool MR.Const_SegmPointf.Equals |
( |
float | rhs | ) |
|
|
inline |
◆ Equals() [2/3]
◆ Equals() [3/3]
| override bool MR.Const_SegmPointf.Equals |
( |
object? | other | ) |
|
|
inline |
◆ inVertex()
| unsafe int MR.Const_SegmPointf.inVertex |
( |
| ) |
|
|
inline |
◆ operator Const_SegmPointf()
◆ operator float()
Generated from conversion operator MR::SegmPointf::operator float.
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator==() [1/2]
Generated from method MR::SegmPointf::operator==.
◆ operator==() [2/2]
returns true if two points have equal (a) representation Generated from method MR::SegmPointf::operator==.
◆ sym()
represents the same point relative to oppositely directed segment Generated from method MR.SegmPointf.sym.
◆ __ref_storage_a
| unsafe float* MR.Const_SegmPointf.__ref_storage_a |
|
protected |
◆ __ref_storage_Eps
| unsafe float* MR.Const_SegmPointf.__ref_storage_Eps |
|
staticprotected |
| unsafe float MR.Const_SegmPointf.a |
|
get |
a in [0,1], a=0 => point is in v0, a=1 => point is in v1
◆ Eps
| unsafe float MR.Const_SegmPointf.Eps |
|
staticget |
The documentation for this class was generated from the following file: