Programming API Reference: EduGraf.Geometries

Struct public readonly Triangle

Represents a triangle with corners referring to vertices.
    Property public uint C1 { get; }: index of first corner
    Property public uint C2 { get; }: index of second corner
    Property public uint C3 { get; }: index of third corner