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 const half of the class.
More...
Inheritance diagram for MR.Const_UnorientedTriangle:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_UnorientedTriangle (MR.Const_UnorientedTriangle _other) |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
| unsafe | Const_UnorientedTriangle (in MR.Std.Array_MRVertId_3 inVs, MR.Misc.InOut< bool >? outFlipped=null) |
Generated from constructor MR.UnorientedTriangle.UnorientedTriangle. | |
| unsafe ref readonly MR.Std.Array_MRVertId_3 | convertTo_ConstStd_Array_MRVertId_3Ref () |
Generated from conversion operator MR.UnorientedTriangle.operator const std.array<MR.VertId, 3> &. | |
| unsafe MR.Std.Array_MRVertId_3 | getFlipped () |
returns this triangle with the opposite orientation Generated from method MR.UnorientedTriangle.getFlipped. | |
| bool | Equals (MR.Const_UnorientedTriangle? b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe bool | operator== (MR.Const_UnorientedTriangle a, MR.Const_UnorientedTriangle b) |
Generated from function MR.operator==. | |
| static unsafe bool | operator!= (MR.Const_UnorientedTriangle a, MR.Const_UnorientedTriangle b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Std.Array_MRVertId_3 | verts [get] |
| unsafe ref readonly MR.VertId | this[ulong i] [get] |
Generated from method MR.UnorientedTriangle.operator[]. | |
Properties inherited from MR.Misc.Object< Const_UnorientedTriangle > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_UnorientedTriangle > | |
| bool | _IsOwningVal |
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 const half of the class.