Click or drag to resize
DigitalRuneSrtTransform Constructor (Vector3F, QuaternionF, Vector3F)
Initializes a new instance of the SrtTransform struct with the given scale, rotation and translation.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public SrtTransform(
	Vector3F scale,
	QuaternionF rotation,
	Vector3F translation
)

Parameters

scale
Type: DigitalRune.Mathematics.AlgebraVector3F
The scale.
rotation
Type: DigitalRune.Mathematics.AlgebraQuaternionF
The rotation.
translation
Type: DigitalRune.Mathematics.AlgebraVector3F
The translation.
See Also