getNormal method

Vector2 getNormal()

Implementation

Vector2 getNormal() {
  return bindings.cpArbiterGetNormal(_arbiterResource).toVector2();
}