Click or drag to resize

Triangle Constructor

create new triangle for AABB trees

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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