SegmentPlaneIntersection

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

Syntax

C#
public static bool SegmentPlaneIntersection(
	out float tS,
	Segment seg,
	Plane plane
)
Visual Basic
Public Shared Function SegmentPlaneIntersection ( _
	<OutAttribute> ByRef tS As Single, _
	seg As Segment, _
	plane As Plane _
) As Boolean
Visual C++
public:
static bool SegmentPlaneIntersection(
	[OutAttribute] float% tS, 
	Segment seg, 
	Plane^ plane
)

Parameters

tS
Type: System..::..Single%

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

seg
Type: JigLibX.Geometry..::..Segment

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

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

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

Return Value

bool

See Also