Class TriangularFacet

TriangularFacet class

Triangular facet of the surface.

public class TriangularFacet

Constructors

NameDescription
TriangularFacet()The default constructor.

Properties

NameDescription
ColorData { get; set; }Gets or sets the surface color.
Normal { get; set; }Gets or sets the surface normal to the triangular facet.
Vertex1 { get; set; }Gets or sets the coordinates of the first vertex.
Vertex2 { get; set; }Gets or sets the coordinates of the second vertex.
Vertex3 { get; set; }Gets or sets the coordinates of the third vertex.

See Also