Click or drag to resize
Ab4d.SharpEngine logo

QuaternionRotateTransform Class

QuaternionRotateTransform defines a rotation with the specified quaternion.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.TransformationsTransform
    Ab4d.SharpEngine.TransformationsQuaternionRotateTransform

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public class QuaternionRotateTransform : Transform

The QuaternionRotateTransform type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyQuaternion Quaternion that defines the rotation
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Protected methodUpdateMatrix Updates the Matrix4x4 that defines this transformation and is set to Value property.
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Transformations.QuaternionRotateTransform"]

See Also