Properties  Methods 


Vector3 Class Members

The following tables list the members exposed by Vector3.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Computes the length of the vector  
Public Property Computes the length squared of the vector  
Public Property access x value as X  
Public Property access y value as Y  
Public Property access z value as Z  
Public Propertystatic (Shared in Visual Basic) Gets a Zero Vector  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) Gets the distance as a scalar between two vectors  
Public Methodstatic (Shared in Visual Basic) Vector dot product.  
Public MethodOverloaded.  Implements the Equality operator  
Public MethodServes as the default hash function.  
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 MethodReturns a string that represents the current object.  
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