SpatialBoundingVolume.FromOrientedBox Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a bounding volume from the specified oriented box, with its coordinates interpreted within the specified coordinate system.
static SpatialBoundingVolume FromOrientedBox(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingOrientedBox const& box);
public static SpatialBoundingVolume FromOrientedBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingOrientedBox box);
function fromOrientedBox(coordinateSystem, box)
Public Shared Function FromOrientedBox (coordinateSystem As SpatialCoordinateSystem, box As SpatialBoundingOrientedBox) As SpatialBoundingVolume
Parameters
- coordinateSystem
- SpatialCoordinateSystem
The coordinate system within which to interpret the bounding box's coordinates.
The oriented bounding box.
Returns
The new bounding volume.