Function Area2D.gravityVec

The area's gravity vector (not normalized). If gravity is a point (see gravityPoint), this will be the point of attraction.

Vector2 gravityVec() nothrow @property @nogc;

void gravityVec (
  Vector2 v
) nothrow @property @nogc;