bottomLeft property

Vec2D bottomLeft

Implementation

Vec2D get bottomLeft {
  return Vec2D.fromValues(left, bottom);
}