Class Quaternion
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Quaternion : AutomationObject<Quaternion>, IAutomationPeer, IPeerConverter
Constructors
Quaternion()
Declaration
public Quaternion()
Fields
AngleProperty
AxisProperty
IdentityProperty
IsIdentityProperty
IsNormalizedProperty
WProperty
XProperty
YProperty
ZProperty
Properties
Angle
Declaration
public virtual double Angle { get; set; }
Property Value
System.Double
|
Axis
Identity
IsIdentity
Declaration
public virtual bool IsIdentity { get; set; }
Property Value
System.Boolean
|
IsNormalized
Declaration
public virtual bool IsNormalized { get; set; }
Property Value
System.Boolean
|
W
Declaration
public virtual double W { get; set; }
Property Value
System.Double
|
X
Declaration
public virtual double X { get; set; }
Property Value
System.Double
|
Y
Declaration
public virtual double Y { get; set; }
Property Value
System.Double
|
Z
Declaration
public virtual double Z { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.Quaternion>.GetRealType()