LinePlaneIntersection

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public static bool LinePlaneIntersection(
	out float t,
	Line line,
	Plane plane
)
Visual Basic
Public Shared Function LinePlaneIntersection ( _
	<OutAttribute> ByRef t As Single, _
	line As Line, _
	plane As Plane _
) As Boolean
Visual C++
public:
static bool LinePlaneIntersection(
	[OutAttribute] float% t, 
	Line line, 
	Plane^ plane
)

Parameters

t
Type: System..::..Single%

[Missing <param name="t"/> documentation for "M:JigLibX.Geometry.Intersection.LinePlaneIntersection(System.Single@,JigLibX.Geometry.Line,JigLibX.Geometry.Plane)"]

line
Type: JigLibX.Geometry..::..Line

[Missing <param name="line"/> documentation for "M:JigLibX.Geometry.Intersection.LinePlaneIntersection(System.Single@,JigLibX.Geometry.Line,JigLibX.Geometry.Plane)"]

plane
Type: JigLibX.Geometry..::..Plane

[Missing <param name="plane"/> documentation for "M:JigLibX.Geometry.Intersection.LinePlaneIntersection(System.Single@,JigLibX.Geometry.Line,JigLibX.Geometry.Plane)"]

Return Value

bool

See Also