Vector3.Maximize Method
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.]
Creates a 3-D vector that is made up of the largest components of two 3-D vectors.
Overload List
Name | Description | |
---|---|---|
Maximize(Vector3) | Modifies the current 3-D vector so it is made up of the largest components of the current and specified 3-D vectors. | |
Maximize(Vector3, Vector3) | Returns a 3-D vector that is made up of the largest components of the two specified 3-D vectors. |
Top