Click or drag to resize

Triangle Constructor

Initializes a new instance of the Triangle struct. create new triangle for AABB trees.

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Triangle(
	AABBVertex a,
	AABBVertex b,
	AABBVertex c
)

Parameters

a
Type: Karamba.Utilities.AABBTreesAABBVertex
vertex a of the triangle.
b
Type: Karamba.Utilities.AABBTreesAABBVertex
vertex b of the triangle.
c
Type: Karamba.Utilities.AABBTreesAABBVertex
vertex c of the triangle.
See Also