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