GetPoint

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

Syntax

C#
public void GetPoint(
	float t,
	out Vector3 point
)
Visual Basic
Public Sub GetPoint ( _
	t As Single, _
	<OutAttribute> ByRef point As Vector3 _
)
Visual C++
public:
void GetPoint(
	float t, 
	[OutAttribute] Vector3% point
)

Parameters

t
Type: System..::..Single

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

point
Type: Vector3%

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

See Also