Click or drag to resize

Plane3 Constructor (Vector3, Single)

Initializes a new instance of the Plane3 structure with a normal and a negative distance to the world origin.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Plane3(
	Vector3 n,
	float q
)

Parameters

n
Type: Lumiscaphe.Workshop.InteropVector3
The plane normal.
q
Type: SystemSingle
The negative distance to the world origin.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also