C# Class GeometricComputations.AxisAlignedBoundingBox

Describes a bounding volume determined by finding the points spaced the farthest apart on the x-, y-, and z-axes.
Mostra file Open project: AnalyticalGraphicsInc/czml-writer Class Usage Examples

Public Methods

Method Description
AxisAlignedBoundingBox ( IEnumerable positions ) : System

Creates an instance of an AxisAlignedBoundingBox.

Method Details

AxisAlignedBoundingBox() public method

Creates an instance of an AxisAlignedBoundingBox.
public AxisAlignedBoundingBox ( IEnumerable positions ) : System
positions IEnumerable The points to be contained within the bounding box.
return System