Vector3D Hermite Method Delta Engine Documentation

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static Vector3D Hermite(
	Vector3D value1,
	Vector3D tangent1,
	Vector3D value2,
	Vector3D tangent2,
	float interpolationAmount
)

Return Value

Type: Vector3D
See Also