C# Class GeometricComputations.AxisAlignedBoundingBox

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

Méthodes publiques

Méthode Description
AxisAlignedBoundingBox ( IEnumerable positions ) : System

Creates an instance of an AxisAlignedBoundingBox.

Method Details

AxisAlignedBoundingBox() public méthode

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