Click or drag to resize
Vector3Interpolate3 Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRageMath.Vector3.Interpolate3(VRageMath.Vector3,VRageMath.Vector3,System.Single)"]

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public void Interpolate3(
	Vector3 v0,
	Vector3 v1,
	float rt
)

Parameters

v0
Type: VRageMathVector3

[Missing <param name="v0"/> documentation for "M:VRageMath.Vector3.Interpolate3(VRageMath.Vector3,VRageMath.Vector3,System.Single)"]

v1
Type: VRageMathVector3

[Missing <param name="v1"/> documentation for "M:VRageMath.Vector3.Interpolate3(VRageMath.Vector3,VRageMath.Vector3,System.Single)"]

rt
Type: SystemSingle

[Missing <param name="rt"/> documentation for "M:VRageMath.Vector3.Interpolate3(VRageMath.Vector3,VRageMath.Vector3,System.Single)"]

See Also