BoundingBox Constructor (IList Vector3D )Delta Engine Documentation
Initializes a new instance of the BoundingBox class

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public BoundingBox(
	IList<Vector3D> points
)

Parameters

points
Type: System.Collections.Generic IList Vector3D 
See Also