Vector4LengthSqr method

double Vector4LengthSqr(
  1. Vector4C v
)

Vector square length

Implementation

double Vector4LengthSqr(Vector4C v)
  => _Vector4LengthSqr(v);