getArea method

double getArea()

Implementation

double getArea() {
  _v0.sub2(c, b);
  _v1.sub2(a, b);

  return _v0.cross(_v1).length * 0.5;
}