C# 클래스 GeometricComputations.AxisAlignedBoundingBox

Describes a bounding volume determined by finding the points spaced the farthest apart on the x-, y-, and z-axes.
파일 보기 프로젝트 열기: AnalyticalGraphicsInc/czml-writer 1 사용 예제들

공개 메소드들

메소드 설명
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