SegmentSphereIntersection

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

Syntax

C#
public static bool SegmentSphereIntersection(
	out float ts,
	Segment seg,
	Sphere sphere
)
Visual Basic
Public Shared Function SegmentSphereIntersection ( _
	<OutAttribute> ByRef ts As Single, _
	seg As Segment, _
	sphere As Sphere _
) As Boolean
Visual C++
public:
static bool SegmentSphereIntersection(
	[OutAttribute] float% ts, 
	Segment seg, 
	Sphere^ sphere
)

Parameters

ts
Type: System..::..Single%

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

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

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

sphere
Type: JigLibX.Geometry..::..Sphere

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

Return Value

bool

See Also