Click or drag to resize
DigitalRuneSrtTransform Constructor
Initializes a new instance of the SrtTransform struct.
Overload List
  NameDescription
Public methodSrtTransform(Matrix33F)
Initializes a new instance of the SrtTransform struct with the given rotation.
Public methodSrtTransform(QuaternionF)
Initializes a new instance of the SrtTransform struct with the given rotation.
Public methodSrtTransform(Matrix33F, Vector3F)
Initializes a new instance of the SrtTransform struct with the given rotation and translation.
Public methodSrtTransform(QuaternionF, Vector3F)
Initializes a new instance of the SrtTransform struct with the given rotation and translation.
Public methodSrtTransform(Vector3F, Matrix33F, Vector3F)
Initializes a new instance of the SrtTransform struct with the given scale, rotation and translation.
Public methodSrtTransform(Vector3F, QuaternionF, Vector3F)
Initializes a new instance of the SrtTransform struct with the given scale, rotation and translation.
Top
See Also