Vector4 Methods

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The Vector4 type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by the .NET Compact Framework Add Overloaded. Adds two 4-D vectors.
Public methodStatic memberSupported by the .NET Compact Framework Cross Determines the cross product in four dimensions.
Public methodStatic memberSupported by the .NET Compact Framework Dot Determines the dot product of two 4-D vectors.
Public methodSupported by the .NET Compact Framework Equals Returns a value that indicates whether the current instance is equal to a specified object. (Overrides ValueType.Equals(Object).)
Protected methodSupported 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.)
Public methodSupported by the .NET Compact Framework GetHashCode Returns the hash code for the current instance. (Overrides ValueType.GetHashCode().)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework Length Overloaded. Returns the length of a 4-D vector.
Public methodStatic memberSupported by the .NET Compact Framework LengthSq Overloaded. Returns the square of the length of a 4-D vector.
Public methodStatic memberSupported by the .NET Compact Framework Lerp Performs a linear interpolation between two 4-D vectors.
Public methodStatic memberSupported by the .NET Compact Framework Maximize Overloaded. Returns a 4-D vector that is made up of the largest components of two 4-D vectors.
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework Minimize Overloaded. Returns a 4-D vector that is made up of the smallest components of two 4-D vectors.
Public methodSupported by the .NET Compact Framework Multiply Multiplies a 4-D vector.
Public methodStatic memberSupported by the .NET Compact Framework Normalize Overloaded. Creates a normalized version of a 4-D vector.
Public methodStatic memberSupported by the .NET Compact Framework Scale Overloaded. Scales a 4-D vector.
Public methodStatic memberSupported by the .NET Compact Framework Subtract Overloaded. Subtracts two 4-D vectors.
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework Transform Overloaded. Transforms a 4-D vector or array of 4-D vectors using a given matrix.

Top

See Also

Reference

Vector4 Structure

Microsoft.WindowsMobile.DirectX Namespace