Vector3 Members
Microsoft Robotics Class Reference
The Vector3 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Vector3 |
Vector3 Constructor
|
Methods
Name | Description | |
---|---|---|
Cross |
Vector3 Cross
|
|
Dot |
Dot
|
|
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
Length |
Get the magnitude of the vector
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Normalize |
Normalize a vector to a unit vector
|
|
Scale |
Scale
|
|
ToString |
Retrieves a string representation of the Vector3.
(Overrides ValueType. . :: . .ToString() () () ().) |
Operators
Name | Description | |
---|---|---|
Addition |
Vector3 operator +
|
|
Subtraction |
Vector3 operator -
|
|
UnaryNegation |
Returns a vector pointing in the opposite direction.
|
Properties
Name | Description | |
---|---|---|
NegativeXAxis |
Returns a vector that represents the -X axis.
|
|
NegativeYAxis |
Returns a vector that represents the -Y axis.
|
|
NegativeZAxis |
Returns a vector that represents the -Z axis.
|
|
X |
X
|
|
XAxis |
Returns a vector that represents the +X axis.
|
|
Y |
Y
|
|
YAxis |
Returns a vector that represents the +Y axis.
|
|
Z |
Z
|
|
ZAxis |
Returns a vector that represents the +Z axis.
|