Click or drag to resize

Vector3Property Class

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

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Vector3Property : GlobalizedProperties, 
	IEquatable<Vector3Property>

The Vector3Property type exposes the following members.

Constructors
  NameDescription
Public methodVector3Property
Initializes a new instance of the Vector3Property class
Public methodVector3Property(Vector3)
Initializes a new instance of the Vector3Property class
Public methodVector3Property(Single, Single, Single)
Initializes a new instance of the Vector3Property class
Top
Properties
  NameDescription
Public propertyIsEmpty
Public propertyVector3
Public propertyX
Public propertyY
Public propertyZ
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberOne
Protected fieldx
Protected fieldy
Protected fieldz
Top
See Also