Vector2LengthSqr function

double Vector2LengthSqr(
  1. Vector2D v
)

Implementation

double Vector2LengthSqr(
  Vector2D v,
) => _module.Vector2LengthSqr(v);