Vector2.Length 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.]
Returns the length of a 2-D vector.
Overload List
Name | Description | |
---|---|---|
Length() | Returns the length of the current 2-D vector. | |
Length(Vector2) | Returns the length of a specified 2-D vector. |
Top