Vector4LengthSqr function

double Vector4LengthSqr(
  1. Vector4D v
)

Implementation

double Vector4LengthSqr(
  Vector4D v,
) => _module.Vector4LengthSqr(v);