Click or drag to resize

Triangle Structure

Triangle within a AABB Tree.

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public struct Triangle

The Triangle type exposes the following members.

Constructors
  NameDescription
Public methodTriangle
Initializes a new instance of the Triangle struct. create new triangle for AABB trees.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodintersect
intersect triangle with ray.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fielda
vertex a of the triangle.
Public fieldb
vertex b of the triangle.
Public fieldc
vertex c of the triangle.
Public fieldcen
center of gravity the triangle.
Top
See Also