isTorsionFree method

bool isTorsionFree()

Implementation

bool isTorsionFree() {
  final p = toProjective();
  return p.psi() == p.mulByX();
}