Function AnimationNodeBlendSpace2D.minSpace

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

Vector2 minSpace() nothrow @property @nogc;

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