Vector4 Members
Describes and manipulates a vector in four-dimensional (4-D) space.
The following tables list the members exposed by the Vector4 type.
Public Constructors
Name | Description | |
---|---|---|
Vector4 | Initializes a new instance of the Vector4 structure. |
Top
Public Fields
Name | Description | |
---|---|---|
W | Represents the w component of the 4-D vector. | |
X | Represents the x component of the 4-D vector. | |
Y | Represents the y component of the 4-D vector. | |
Z | Represents the z component of the 4-D vector. |
Top
Public Properties
Name | Description | |
---|---|---|
Empty | Retrieves an empty 4-D vector. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. Adds two 4-D vectors. | |
Cross | Determines the cross product in four dimensions. | |
Dot | Determines the dot product of two 4-D vectors. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Returns the hash code for the current instance. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Length | Overloaded. Returns the length of a 4-D vector. | |
LengthSq | Overloaded. Returns the square of the length of a 4-D vector. | |
Lerp | Performs a linear interpolation between two 4-D vectors. | |
Maximize | Overloaded. Returns a 4-D vector that is made up of the largest components of two 4-D vectors. | |
Minimize | Overloaded. Returns a 4-D vector that is made up of the smallest components of two 4-D vectors. | |
Multiply | Multiplies a 4-D vector. | |
Normalize | Overloaded. Creates a normalized version of a 4-D vector. | |
op_Addition | Adds two 4-D vectors. | |
op_Equality | Compares two 4-D vectors to determine whether they are the same. | |
op_Inequality | Compares two 4-D vectors to determine whether they are different. | |
op_Multiply | Overloaded. Determines the product of a - number and a 4-D vector. | |
op_Subtraction | Subtracts a 4-D vector from another 4-D vector. | |
op_UnaryNegation | Returns a 4-D vector that is the negation the specified 4-D vector. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Scale | Overloaded. Scales a 4-D vector. | |
Subtract | Overloaded. Subtracts two 4-D vectors. | |
ToString | Returns a String that represents the current Object. (inherited from Object) | |
Transform | Overloaded. Transforms a 4-D vector or array of 4-D vectors using a given matrix. |
Top
Protected Methods
Name | Description | |
---|---|---|
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) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
Vector4 Structure
Microsoft.WindowsMobile.DirectX Namespace