Function Area.gravityVec

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

Vector3 gravityVec() nothrow @property @nogc;

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