SegmentIntersect

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

Syntax

C#
public override bool SegmentIntersect(
	out float fracOut,
	out Vector3 posOut,
	out Vector3 normalOut,
	Segment seg
)
Visual Basic
Public Overrides Function SegmentIntersect ( _
	<OutAttribute> ByRef fracOut As Single, _
	<OutAttribute> ByRef posOut As Vector3, _
	<OutAttribute> ByRef normalOut As Vector3, _
	seg As Segment _
) As Boolean
Visual C++
public:
virtual bool SegmentIntersect(
	[OutAttribute] float% fracOut, 
	[OutAttribute] Vector3% posOut, 
	[OutAttribute] Vector3% normalOut, 
	Segment seg
) override

Parameters

fracOut
Type: System..::..Single%

[Missing <param name="fracOut"/> documentation for "M:JigLibX.Geometry.Box.SegmentIntersect(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Segment)"]

posOut
Type: Vector3%

[Missing <param name="posOut"/> documentation for "M:JigLibX.Geometry.Box.SegmentIntersect(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Segment)"]

normalOut
Type: Vector3%

[Missing <param name="normalOut"/> documentation for "M:JigLibX.Geometry.Box.SegmentIntersect(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Segment)"]

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

[Missing <param name="seg"/> documentation for "M:JigLibX.Geometry.Box.SegmentIntersect(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Segment)"]

Return Value

bool

See Also