GetPoint

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

Syntax

C#
public void GetPoint(
	ref Vector3 point,
	float t
)
Visual Basic
Public Sub GetPoint ( _
	ByRef point As Vector3, _
	t As Single _
)
Visual C++
public:
void GetPoint(
	Vector3% point, 
	float t
)

Parameters

point
Type: Vector3%

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

t
Type: System..::..Single

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

See Also