Function AnimationNodeBlendSpace2D.maxSpace

The blend space's X and Y axes' upper limit for the points' position. See addBlendPoint.

Vector2 maxSpace() nothrow @property @nogc;

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