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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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
See Also