|
Bounds(Vector3, Vector3) Constructor |
Constructor that is created from specified minimum and maximum positions.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Bounds(
Vector3 minimum,
Vector3 maximum
)
Parameters
- minimum Vector3
- The minimum vertex of the bounding box.
- maximum Vector3
- The maximum vertex of the bounding box.
See Also