Vector3LengthSqr method

double Vector3LengthSqr(
  1. Vector3D v
)

Implementation

double Vector3LengthSqr(Vector3D v)
  => v.lengthSqr;