Click or drag to resize

Plane3 Constructor (Vector3, Vector3)

Initializes a new instance of the Plane3 structure with a normal and a point lying on the plane.

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

Parameters

n
Type: Lumiscaphe.Workshop.InteropVector3
The plane normal.
p
Type: Lumiscaphe.Workshop.InteropVector3
The point lying on the plane.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also