Table of Contents

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

bounds FixedBoundBox

The 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

bounds FixedBoundFrustum

The 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

bounds FixedBoundSphere

The source bounding sphere.

Returns

FixedBoundVolume

A query volume using the sphere's enclosing minimum and maximum corners.