describes a triangle as three vertex IDs sorted in a way to quickly find same triangles irrespective of vertex order (clockwise or counterclockwise) Generated from class MR.UnorientedTriangle. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | UnorientedTriangle (MR.Const_UnorientedTriangle _other) |
| Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
| UnorientedTriangle (UnorientedTriangle _other) | |
| Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
| unsafe | UnorientedTriangle (in MR.Std.Array_MRVertId_3 inVs, MR.Misc.InOut< bool >? outFlipped=null) |
| Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
| unsafe ref MR.Std.Array_MRVertId_3 | convertTo_Std_Array_MRVertId_3Ref () |
| Generated from conversion operator MR::UnorientedTriangle::operator std::array&lt;MR.VertId, 3&gt; &. | |
| unsafe MR.UnorientedTriangle | assign (MR.Const_UnorientedTriangle _other) |
| Generated from method MR::UnorientedTriangle::operator=. | |
Static Public Member Functions | |
| static unsafe implicit | operator UnorientedTriangle (in MR.Std.Array_MRVertId_3 inVs) |
| Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
Properties | |
| new unsafe ref MR.Std.Array_MRVertId_3 | verts [get] |
| unsafe new ref MR.VertId | this[ulong i] [get] |
| Generated from method MR::UnorientedTriangle::operator[]. | |
describes a triangle as three vertex IDs sorted in a way to quickly find same triangles irrespective of vertex order (clockwise or counterclockwise) Generated from class MR.UnorientedTriangle. This is the non-const half of the class.
|
inline |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle.
|
inline |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle.
|
inline |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle.
|
inline |
Generated from method MR::UnorientedTriangle::operator=.
|
inline |
Generated from conversion operator MR::UnorientedTriangle::operator std::array&lt;MR.VertId, 3&gt; &.
|
inlinestatic |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle.
|
get |
Generated from method MR::UnorientedTriangle::operator[].
|
get |