Vector2LengthSqr method

double Vector2LengthSqr(
  1. Vector2D v
)

Implementation

double Vector2LengthSqr(Vector2D v)
  => v.lengthSqr;