C# Класс GeometricComputations.AxisAlignedBoundingBox

Describes a bounding volume determined by finding the points spaced the farthest apart on the x-, y-, and z-axes.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AxisAlignedBoundingBox ( IEnumerable positions ) : System

Creates an instance of an AxisAlignedBoundingBox.

Описание методов

AxisAlignedBoundingBox() публичный Метод

Creates an instance of an AxisAlignedBoundingBox.
public AxisAlignedBoundingBox ( IEnumerable positions ) : System
positions IEnumerable The points to be contained within the bounding box.
Результат System