Click or drag to resize
Ab4d.SharpEngine logo

AxisAngleRotateTransform Class

AxisAngleRotateTransform defines a rotation around the specified axis.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.TransformationsTransform
    Ab4d.SharpEngine.TransformationsAxisAngleRotateTransform

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class AxisAngleRotateTransform : Transform

The AxisAngleRotateTransform type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAngle Gets or sets angle in degrees.
Public propertyAxis Gets or sets an axis of rotation as Vector3.
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