Vector4LengthSqr method

double Vector4LengthSqr(
  1. Vector4D v
)

Implementation

double Vector4LengthSqr(Vector4D v)
  => v.lengthSqr;