Defines a 3d triangle. Each edge goes from the origin. Cross(edge0, edge1) gives the triangle normal.

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public struct Triangle
Visual Basic
Public Structure Triangle
Visual C++
public value class Triangle

See Also