Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static BoundingBox FromCenter(
Vector3D position,
Vector3D scale
)
public static BoundingBox FromCenter(
Vector3D position,
Vector3D scale
)
Public Shared Function FromCenter (
position As Vector3D,
scale As Vector3D
) As BoundingBox
Public Shared Function FromCenter (
position As Vector3D,
scale As Vector3D
) As BoundingBox
public:
static BoundingBox FromCenter(
Vector3D position,
Vector3D scale
)
public:
static BoundingBox FromCenter(
Vector3D position,
Vector3D scale
)
static member FromCenter :
position : Vector3D *
scale : Vector3D -> BoundingBox
static member FromCenter :
position : Vector3D *
scale : Vector3D -> BoundingBox
Return Value
Type:
BoundingBox