Click or drag to resize

Aabb3 Constructor (Vector3)

Initializes a new instance of the Aabb3 structure using the same 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 v
)

Parameters

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

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also