Click or drag to resize

AABBVertex Constructor

create a new AABB-vertex

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AABBVertex(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
x-coordinate
y
Type: SystemDouble
y-coordinate
z
Type: SystemDouble
z-coordinate
See Also