SegmentCapsuleIntersection

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

Syntax

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

Parameters

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

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

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

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

capsule
Type: JigLibX.Geometry..::..Capsule

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

Return Value

bool

See Also