Click or drag to resize

Plane3Intersect Method

Compute the intersection between a ray and the plane.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Vector3 Intersect(
	Vector3 origin,
	Vector3 direction
)

Parameters

origin
Type: Lumiscaphe.Workshop.InteropVector3
The origin of the ray.
direction
Type: Lumiscaphe.Workshop.InteropVector3
The direction of the ray.

Return Value

Type: Vector3
The intersection between the ray and the plane
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also