Vector3LengthSqr function

double Vector3LengthSqr(
  1. Vector3D v
)

Implementation

double Vector3LengthSqr(
  Vector3D v,
) => _module.Vector3LengthSqr(v);