Vector3 Class Members
The following tables list the members exposed by Vector3.
Public Constructors
Name | Description | |
---|---|---|
![]() | Vector3 Constructor | Overloaded. |
Protected Fields
Name | Description | |
---|---|---|
![]() | swigCMemOwn | (Inherited from SciChart.Charting3D.Interop.TSRVector3) |
Public Properties
Name | Description | |
---|---|---|
![]() | Length | Computes the length of the vector |
![]() | LengthSquared | Computes the length squared of the vector |
![]() | v | (Inherited from SciChart.Charting3D.Interop.TSRVector3) |
![]() | x | (Inherited from SciChart.Charting3D.Interop.TSRVector3) |
![]() | X | access x value as X |
![]() | y | (Inherited from SciChart.Charting3D.Interop.TSRVector3) |
![]() | Y | access y value as Y |
![]() | z | (Inherited from SciChart.Charting3D.Interop.TSRVector3) |
![]() | Z | access z value as Z |
![]() ![]() | Zero | Gets a Zero Vector |
Public Methods
Top
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows 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) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
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 |
See Also