Share via


Vector3 Members

Microsoft Robotics Class Reference

The Vector3 type exposes the following members.

Constructors

  Name Description
Public method Vector3
Vector3 Constructor

Methods

  Name Description
Public methodStatic member Cross
Vector3 Cross
Public methodStatic member Dot
Dot
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method 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.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic member Length
Get the magnitude of the vector
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic member Normalize
Normalize a vector to a unit vector
Public methodStatic member Scale
Scale
Public method ToString
Retrieves a string representation of the Vector3.
(Overrides ValueType. . :: . .ToString() () () ().)

Operators

  Name Description
Public operatorStatic member Addition
Vector3 operator +
Public operatorStatic member Subtraction
Vector3 operator -
Public operatorStatic member UnaryNegation
Returns a vector pointing in the opposite direction.

Properties

  Name Description
Public propertyStatic member NegativeXAxis
Returns a vector that represents the -X axis.
Public propertyStatic member NegativeYAxis
Returns a vector that represents the -Y axis.
Public propertyStatic member NegativeZAxis
Returns a vector that represents the -Z axis.
Public property X
X
Public propertyStatic member XAxis
Returns a vector that represents the +X axis.
Public property Y
Y
Public propertyStatic member YAxis
Returns a vector that represents the +Y axis.
Public property Z
Z
Public propertyStatic member ZAxis
Returns a vector that represents the +Z axis.

See Also

Vector3 Structure

Microsoft.Robotics.PhysicalModel Namespace