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: 19.01.00
Syntax
C#
public class Angle3Property : Vector3Property

The Angle3Property type exposes the following members.

Constructors
 NameDescription
Public methodAngle3PropertyInitializes 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 propertyX 
Public propertyY 
Public propertyZ 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from Vector3Property)
Public methodEquals(Vector3Property)
(Inherited from Vector3Property)
Public methodGetHashCode
(Inherited from Vector3Property)
Public methodRead
(Inherited from Vector3Property)
Public methodToString
(Overrides Vector3PropertyToString)
Public methodWrite
(Inherited from Vector3Property)
Top
Operators
Fields
 NameDescription
Protected fieldx
(Inherited from Vector3Property)
Protected fieldy
(Inherited from Vector3Property)
Protected fieldz
(Inherited from Vector3Property)
Top
See Also