QuaternionLength method

double QuaternionLength(
  1. QuaternionD q
)

Implementation

double QuaternionLength(QuaternionD q)
  => q.length;