Click or drag to resize

Angle3Property Class

Angle property where the yaw pitch roll angles are stored in degrees.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsVector3Property
            Demo3D.VisualsAngle3Property

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Angle3Property : Vector3Property

The Angle3Property type exposes the following members.

Constructors
  NameDescription
Public methodAngle3Property
Initializes a new instance of the Angle3Property class
Public methodAngle3Property(Vector3)
Initializes a new instance of the Angle3Property class
Public methodAngle3Property(Single, Single, Single)
Initializes a new instance of the Angle3Property class
Top
Properties
  NameDescription
Public propertyIsEmpty (Inherited from Vector3Property.)
Public propertyVector3 (Inherited from Vector3Property.)
Public propertyX
Public propertyY
Public propertyZ
Top
Methods
Operators
  NameDescription
Public operatorStatic memberUnaryNegation
Top
Fields
  NameDescription
Protected fieldx (Inherited from Vector3Property.)
Protected fieldy (Inherited from Vector3Property.)
Protected fieldz (Inherited from Vector3Property.)
Top
See Also