Irrlicht.NET

Box3D.GetInterpolated Method 

Calculates a new interpolated bounding box.

[Visual Basic]
Public Function GetInterpolated( _
   ByVal other As Box3D, _
   ByVal d As Single _
) As Box3D
[C#]
public Box3D GetInterpolated(
   Box3D other,
   float d
);

Parameters

other
other box to interpolate between
d
value between 0.0f and 1.0f.

See Also

Box3D Class | Irrlicht.Core Namespace