scale property

Vec2D scale

Implementation

Vec2D get scale {
  return Vec2D.fromValues(_buffer[2], _buffer[3]);
}