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

[Missing <summary> documentation for M:IcarusSceneEngine.TrackTrajectory.Interpolate(System.Double,System.Int32,System.Int32)]

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public override Trajectory Interpolate(
	double interpoint,
	int thisindex,
	int nextindex
)

Parameters

interpoint
Type: System..::.Double

[Missing <param> documentation for "interpoint"]

thisindex
Type: System..::.Int32

[Missing <param> documentation for "thisindex"]

nextindex
Type: System..::.Int32

[Missing <param> documentation for "nextindex"]

Return Value

[Missing <returns> documentation for M:IcarusSceneEngine.TrackTrajectory.Interpolate(System.Double,System.Int32,System.Int32)]

See Also