SegmentInfiniteCylinderIntersection

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

Syntax

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

Parameters

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

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

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

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

cylinderAxis
Type: JigLibX.Geometry..::..Segment

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

radius
Type: System..::..Single

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

Return Value

bool

See Also