Vector3 Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Add Overloaded. Adds two 3-D vectors.
Public method Static Supported by the .NET Compact Framework Cross Determines the cross product of the two specified 3-D vectors.
Public method Static Supported by the .NET Compact Framework Dot Determines the dot product of the two specified 3-D vectors.
Public method Supported by the .NET Compact Framework Equals Overloaded. Overridden.  
Public method Supported by the .NET Compact Framework GetHashCode Overridden. Returns the hash code for the current instance.
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Length Overloaded. Returns the length of a 3-D vector.
Public method Supported by the .NET Compact Framework LengthSq Overloaded. Returns the square of the length of a 3-D vector.
Public method Static Supported by the .NET Compact Framework Lerp Performs a linear interpolation between two 3-D vectors.
Public method Supported by the .NET Compact Framework Maximize Overloaded. Creates a 3-D vector that is made up of the largest components of two 3-D vectors.
Public method Supported by the .NET Compact Framework Minimize Overloaded. Creates a 3-D vector that is made up of the smallest components of two 3-D vectors.
Public method Supported by the .NET Compact Framework Multiply Multiplies a 3-D vector.
Public method Supported by the .NET Compact Framework Normalize Overloaded. Creates a normalized version of a 3-D vector.
Public method Static Supported by the .NET Compact Framework op_Addition Adds two 3-D vectors.
Public method Static Supported by the .NET Compact Framework op_Equality Compares two 3-D vectors to determine whether they are the same.
Public method Static Supported by the .NET Compact Framework op_Inequality Compares two 3-D vectors to determine whether they are different.
Public method Static Supported by the .NET Compact Framework op_Multiply Overloaded. Determines the product of a number and a 3-D vector.
Public method Static Supported by the .NET Compact Framework op_Subtraction Subtracts a 3-D vector from another 3-D vector.
Public method Static Supported by the .NET Compact Framework op_UnaryNegation Returns a 3-D vector that is the negation the 3-D specified vector.
Public method Supported by the .NET Compact Framework Project Overloaded. Projects a vector from object space into screen space.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Scale Overloaded. Scales a 3-D vector.
Public method Supported by the .NET Compact Framework Subtract Overloaded. Subtracts two 3-D vectors.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework Transform Overloaded. Transforms a specified 3-D vector or array of 3-D vectors using a given matrix.
Public method Supported by the .NET Compact Framework TransformCoordinate Overloaded. Transforms a 3-D vector or an array of 3-D vectors using a given matrix, projecting the result back into w = 1.
Public method Supported by the .NET Compact Framework TransformNormal Overloaded. Transforms a 3-D vector normal using the specified matrix.
Public method Supported by the .NET Compact Framework Unproject Overloaded. Projects a vector from screen space into object space.

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

Vector3 Structure
Microsoft.WindowsMobile.DirectX Namespace

Other Resources

Mobile Direct3D Programming