Irrlicht.NET

Box3D.AddInternalPoint Method (Single, Single, Single)

Adds a point to the bounding box, causing it to grow bigger, if point is outside of the box.

[Visual Basic]
Overloads Public Sub AddInternalPoint( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
[C#]
public void AddInternalPoint(
   float x,
   float y,
   float z
);

Parameters

x
X Coordinate of the point to add to this box.
y
Y Coordinate of the point to add to this box.
z
Z Coordinate of the point to add to this box.

See Also

Box3D Class | Irrlicht.Core Namespace | Box3D.AddInternalPoint Overload List