Initializes a new instance of the
Box class
Namespace: DeltaEngine.Rendering3D.ShapesAssembly: DeltaEngine.Rendering3D.Shapes (in DeltaEngine.Rendering3D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Box(
ModelData data,
Vector3D position,
Quaternion orientation
)
public Box(
ModelData data,
Vector3D position,
Quaternion orientation
)
Public Sub New (
data As ModelData,
position As Vector3D,
orientation As Quaternion
)
Public Sub New (
data As ModelData,
position As Vector3D,
orientation As Quaternion
)
public:
Box(
ModelData^ data,
Vector3D position,
Quaternion orientation
)
public:
Box(
ModelData^ data,
Vector3D position,
Quaternion orientation
)
new :
data : ModelData *
position : Vector3D *
orientation : Quaternion -> Box
new :
data : ModelData *
position : Vector3D *
orientation : Quaternion -> Box