Click or drag to resize

Aabb3 Constructor (Vector3, Vector3)

Initializes a new instance of the Aabb3 structure using different minimum and maximum corner.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Aabb3(
	Vector3 minCorner,
	Vector3 maxCorner
)

Parameters

minCorner
Type: Lumiscaphe.Workshop.InteropVector3
The minimum corner of the bounding box.
maxCorner
Type: Lumiscaphe.Workshop.InteropVector3
The maximum corner of the bounding box.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also