Click or drag to resize

MatrixInterpolator Constructor

Constructor.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public MatrixInterpolator(
	Matrix from,
	Matrix to
)

Parameters

from
Type: Microsoft.DirectXMatrix
Start Matrix.
to
Type: Microsoft.DirectXMatrix
End Matrix.
See Also