Fields  Properties  Methods 


Vector3 Class Members

The following tables list the members exposed by Vector3.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected Field (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Top
Public Properties
 NameDescription
Public Property Computes the length of the vector  
Public Property Computes the length squared of the vector  
Public Property (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Property (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Property access x value as X  
Public Property (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Property access y value as Y  
Public Property (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Property access z value as Z  
Public Propertystatic (Shared in Visual Basic) Gets a Zero Vector  
Top
Public Methods
 NameDescription
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public MethodOverloaded.  (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Methodstatic (Shared in Visual Basic) Gets the distance as a scalar between two vectors  
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Methodstatic (Shared in Visual Basic) Vector dot product.  
Public MethodOverloaded.  Implements the Equality operator  
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public MethodServes as the default hash function.  
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Methodstatic (Shared in Visual Basic) Linear interpolation between two vectors given a factor from 0.0 (equals from) to 1.0 (equals to)  
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public Method (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SciChart.Charting3D.Interop.TSRVector3)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Operators
Overloaded.  Implements the + operator, which adds one vector to another
Implements the == equality operator
Implements the ^ cross product operator
Implements the != negative equality operator
Overloaded.  Implements the * operator, which multiplies a vector by a scalar
Implements the - operator, which subtracts one vector from another
Top
See Also