Click or drag to resize
Vector3XGetIntersectionOnPlane Method (Ray, Plane, Vector3)
Gets the intersection with the specified plane.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool GetIntersectionOnPlane(
	ref Ray ray,
	ref Plane p,
	out Vector3 intersectionPoint
)

Parameters

ray
Type: Ray
The Ray being tested.
p
Type: Plane
The Plane with which to intersect.
intersectionPoint
Type: Vector3
The intersection point, if the method returns .

Return Value

Type: Boolean
if there was an intersection; otherwise, .
See Also