Aardvark.Base


Triangle1i

A structure that holds the indices of the vertices of a triangle.

Constructors

ConstructorDescription
new(i0, i1, i2)
Signature: (i0:int * i1:int * i2:int) -> unit

Instance members

Instance memberDescription
Equals(other)
Signature: other:obj -> bool
Modifiers: abstract
Equals(other)
Signature: other:Triangle1i -> bool
Modifiers: abstract
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Indices
Signature: IEnumerable<int>
[()]
Signature: unit -> int
Line01
Signature: Line1i
Line02
Signature: Line1i
Line10
Signature: Line1i
Line12
Signature: Line1i
Line20
Signature: Line1i
Line21
Signature: Line1i
Reversed
Signature: Triangle1i

Static members

Static memberDescription
CreateSorted(i0, i1, i2)
Signature: (i0:int * i1:int * i2:int) -> Triangle1i
op_Equality(a, b)
Signature: (a:Triangle1i * b:Triangle1i) -> bool
op_Inequality(a, b)
Signature: (a:Triangle1i * b:Triangle1i) -> bool
Fork me on GitHub