Click or drag to resize

QuaternionToEulerAnglesConverter Class

Converts a quaternion to euler angles.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.ConvertersDataConverter
                Slash.Unity.DataBind.Foundation.Providers.ConvertersDataConverterQuaternion, Vector3
                  Slash.Unity.DataBind.Foundation.Providers.ConvertersQuaternionToEulerAnglesConverter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class QuaternionToEulerAnglesConverter : DataConverter<Quaternion, Vector3>

The QuaternionToEulerAnglesConverter type exposes the following members.

Constructors
  NameDescription
Public methodQuaternionToEulerAnglesConverter
Initializes a new instance of the QuaternionToEulerAnglesConverter class
Top
Methods
See Also