Rectangle.set

開始点と終了点を指定します.

  1. void set(float x, float y, float width, float height)
  2. void set(armos.math.Vector2f p, armos.math.Vector2f s)
    struct Rectangle
    void
    set
    (
    in armos.math.Vector2f p
    ,
    in armos.math.Vector2f s
    )

Meta