Click or drag to resize

Basis3 Constructor (Vector3, Vector3, Vector3, Vector3)

Initializes a new instance of the Basis3 structure using the u, v, w and o Vector3.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Basis3(
	Vector3 u,
	Vector3 v,
	Vector3 w,
	Vector3 o
)

Parameters

u
Type: Lumiscaphe.Workshop.InteropVector3
The right vector of the basis.
v
Type: Lumiscaphe.Workshop.InteropVector3
The view vector of the basis.
w
Type: Lumiscaphe.Workshop.InteropVector3
The up vector of the basis.
o
Type: Lumiscaphe.Workshop.InteropVector3
The position of the basis.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also