[This is preliminary documentation and is subject to change.]

The Triangle type exposes the following members.

Constructors

  NameDescription
Public methodTriangleOverloaded.

Methods

  NameDescription
Public methodClassifyTriangleOverloaded.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEdgeIntersectionOverloaded.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetTriangleNormal
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
This si a design/time triangle renderer
Public methodSplitTriangle
Split this triangle using a second triangle as the potential split plane
Public methodToString (Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality

Fields

  NameDescription
Public fieldinternalcolor
Public fieldV1
Public fieldV2
Public fieldV3

Properties

  NameDescription
Public propertyItem

See Also