encodes a point inside a line segment using relative distance in [0,1] Generated from class MR.SegmPointd. This is the non-const half of the class.
More...
|
| unsafe | SegmPointd () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | SegmPointd (MR.Const_SegmPointd _other) |
| | Generated from constructor MR.SegmPointd.SegmPointd.
|
| |
| | SegmPointd (SegmPointd _other) |
| | Generated from constructor MR.SegmPointd.SegmPointd.
|
| |
| unsafe | SegmPointd (double a) |
| | Generated from constructor MR.SegmPointd.SegmPointd.
|
| |
| unsafe ref double | convertTo_DoubleRef () |
| | Generated from conversion operator MR.SegmPointd.operator double &.
|
| |
| unsafe MR.SegmPointd | assign (MR.Const_SegmPointd _other) |
| | Generated from method MR.SegmPointd.operator=.
|
| |
|
| static unsafe implicit | operator SegmPointd (double a) |
| | Generated from constructor MR.SegmPointd.SegmPointd.
|
| |
|
| new unsafe ref double | 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.SegmPointd. This is the non-const half of the class.
◆ SegmPointd() [1/4]
| unsafe MR.SegmPointd.SegmPointd |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SegmPointd() [2/4]
| unsafe MR.SegmPointd.SegmPointd |
( |
MR.Const_SegmPointd | _other | ) |
|
|
inline |
Generated from constructor MR.SegmPointd.SegmPointd.
◆ SegmPointd() [3/4]
Generated from constructor MR.SegmPointd.SegmPointd.
◆ SegmPointd() [4/4]
| unsafe MR.SegmPointd.SegmPointd |
( |
double | a | ) |
|
|
inline |
Generated from constructor MR.SegmPointd.SegmPointd.
◆ assign()
| unsafe MR.SegmPointd MR.SegmPointd.assign |
( |
MR.Const_SegmPointd | _other | ) |
|
|
inline |
Generated from method MR.SegmPointd.operator=.
◆ convertTo_DoubleRef()
| unsafe ref double MR.SegmPointd.convertTo_DoubleRef |
( |
| ) |
|
|
inline |
Generated from conversion operator MR.SegmPointd.operator double &.
◆ operator SegmPointd()
| static unsafe implicit MR.SegmPointd.operator SegmPointd |
( |
double | a | ) |
|
|
inlinestatic |
Generated from constructor MR.SegmPointd.SegmPointd.
| new unsafe ref double MR.SegmPointd.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: