Click or drag to resize
AB4D logo

Vector3DTrackGetVectorForFrame Method

Gets interpolated Vector3D for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Vector3D GetVectorForFrame(
	double frameNumber
)

Parameters

frameNumber  Double
frame number as double (allow sub-frame animations)

Return Value

Vector3D
vector as Vector3D
See Also