getAxis method

Vec3 getAxis()

Implementation

Vec3 getAxis() {
  return Vec3( 0,1,0 ).applyMatrix3(inverseLocalInertia, true ).normalize();
}