getAxis method

Vector3 getAxis()

Implementation

Vector3 getAxis() {
  return Vector3( 0,1,0 )..applyMatrix3Transpose(inverseLocalInertia )..normalize();
}