QuaternionLength method

double QuaternionLength(
  1. QuaternionStructType q
)

Implementation

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