Class FixedBoundVolumeFactory
- Namespace
- SwiftCollections.Query
- Assembly
- SwiftCollections.FixedMathSharp.dll
Creates FixedBoundVolume instances from FixedMathSharp bounds types.
public static class FixedBoundVolumeFactory
- Inheritance
-
FixedBoundVolumeFactory
- Inherited Members
Methods
Create(FixedBoundBox)
Creates a fixed query volume from a FixedMathSharp bounding box.
public static FixedBoundVolume Create(FixedBoundBox bounds)
Parameters
boundsFixedBoundBoxThe source bounding box.
Returns
- FixedBoundVolume
A query volume using the source bounds minimum and maximum corners.
Create(FixedBoundFrustum)
Creates a fixed query volume from a FixedMathSharp bounding frustum.
public static FixedBoundVolume Create(FixedBoundFrustum bounds)
Parameters
boundsFixedBoundFrustumThe source bounding frustum.
Returns
- FixedBoundVolume
A query volume using the frustum's enclosing minimum and maximum corners.
Create(FixedBoundSphere)
Creates a fixed query volume from a FixedMathSharp bounding sphere.
public static FixedBoundVolume Create(FixedBoundSphere bounds)
Parameters
boundsFixedBoundSphereThe source bounding sphere.
Returns
- FixedBoundVolume
A query volume using the sphere's enclosing minimum and maximum corners.