|
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)
Syntaxpublic AABBVertex(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
AABBVertex(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> AABBVertex
Parameters
- x
- Type: SystemDouble
x-coordinate - y
- Type: SystemDouble
y-coordinate - z
- Type: SystemDouble
z-coordinate
See Also