Click or drag to resize
RotationTracksGetRotationForFrame Method
Gets interpolated rotation's axis and rotation's angle for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)

Namespace: Ab3d.File3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public void GetRotationForFrame(
	double targetFrame,
	out Vector3D axis,
	out double angle
)

Parameters

targetFrame
Type: SystemDouble
targetFrame as double
axis
Type: System.Windows.Media.Media3DVector3D
rotation axis as Vector3D
angle
Type: SystemDouble
rotation angle
See Also