Click or drag to resize

Distance3Property Class

[Missing <summary> documentation for "T:Demo3D.Visuals.Distance3Property"]

Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.VisualsVector3Property
          Demo3D.VisualsDistance3Property

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

The Distance3Property type exposes the following members.

Constructors
  NameDescription
Public methodDistance3Property
Initializes a new instance of the Distance3Property class
Public methodDistance3Property(Vector3)
Initializes a new instance of the Distance3Property class
Public methodDistance3Property(Single, Single, Single)
Initializes a new instance of the Distance3Property class
Top
Properties
  NameDescription
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