Vector2.LengthSq Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the square of the length of a 2-D vector.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LengthSq() | Returns the square of the length of the current 2-D vector. | |
LengthSq(Vector2) | Returns the square of the length of the specified 2-D vector. |
Top