encodes a point inside a line segment using relative distance in [0,1] Generated from class MR.SegmPointf. This is the non-const half of the class.
More...
|
| unsafe | SegmPointf () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | SegmPointf (MR.Const_SegmPointf _other) |
| | Generated from constructor MR.SegmPointf.SegmPointf.
|
| |
| | SegmPointf (SegmPointf _other) |
| | Generated from constructor MR.SegmPointf.SegmPointf.
|
| |
| unsafe | SegmPointf (float a) |
| | Generated from constructor MR.SegmPointf.SegmPointf.
|
| |
| unsafe ref float | convertTo_FloatRef () |
| | Generated from conversion operator MR.SegmPointf.operator float &.
|
| |
| unsafe MR.SegmPointf | assign (MR.Const_SegmPointf _other) |
| | Generated from method MR.SegmPointf.operator=.
|
| |
|
| static unsafe implicit | operator SegmPointf (float a) |
| | Generated from constructor MR.SegmPointf.SegmPointf.
|
| |
|
| new unsafe ref 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 non-const half of the class.
◆ SegmPointf() [1/4]
| unsafe MR.SegmPointf.SegmPointf |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SegmPointf() [2/4]
| unsafe MR.SegmPointf.SegmPointf |
( |
MR.Const_SegmPointf | _other | ) |
|
|
inline |
Generated from constructor MR.SegmPointf.SegmPointf.
◆ SegmPointf() [3/4]
Generated from constructor MR.SegmPointf.SegmPointf.
◆ SegmPointf() [4/4]
| unsafe MR.SegmPointf.SegmPointf |
( |
float | a | ) |
|
|
inline |
Generated from constructor MR.SegmPointf.SegmPointf.
◆ assign()
| unsafe MR.SegmPointf MR.SegmPointf.assign |
( |
MR.Const_SegmPointf | _other | ) |
|
|
inline |
Generated from method MR.SegmPointf.operator=.
◆ convertTo_FloatRef()
| unsafe ref float MR.SegmPointf.convertTo_FloatRef |
( |
| ) |
|
|
inline |
Generated from conversion operator MR.SegmPointf.operator float &.
◆ operator SegmPointf()
| static unsafe implicit MR.SegmPointf.operator SegmPointf |
( |
float | a | ) |
|
|
inlinestatic |
Generated from constructor MR.SegmPointf.SegmPointf.
| new unsafe ref float MR.SegmPointf.a |
|
get |
< a in [0,1], a=0 => point is in v0, a=1 => point is in v1
The documentation for this class was generated from the following file: