Click or drag to resize

WindowInShuttleInit Method (Vector3, Vector3, Vector3)

Initializes the shuttle window basis in the shuttle coordinates system.

Namespace:  Lumiscaphe.Workshop.Interop.StereoBasis
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Init(
	Vector3 lowerLeftCorner,
	Vector3 width,
	Vector3 height
)

Parameters

lowerLeftCorner
Type: Lumiscaphe.Workshop.InteropVector3
The window lower left corner in the shuttle coordinates system.
width
Type: Lumiscaphe.Workshop.InteropVector3
The window width in the shuttle coordinates system.
height
Type: Lumiscaphe.Workshop.InteropVector3
The window height in the shuttle coordinates system.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also