DX9ToolsR4 - Created by: X

KeyMatrix Constructor (Int64, Matrix)

Creates a new instance of this object.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Time As Long, _
   ByVal M As Matrix _
)
[C#]
public KeyMatrix(
   long Time,
   Matrix M
);

Parameters

Time
Sets the Time value.
M
Sets the Matrix value.

See Also

KeyMatrix Class | CBX.Libs.DX9ToolsR4.Animation Namespace | KeyMatrix Constructor Overload List