Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

組み込みElement

Mutsuha Asada edited this page Oct 10, 2022 · 2 revisions

mumlには組み込みElementが定義されています。

Video

Image

Audio

Triangle

三角形の複雑さに応じて複数個のElementを定義した方が良いと思っている。

  • EquilateralTriangle (正三角形)
    • position (x, y, z): (int, int, int)
    • size: int
      • 重心からの長さ
    • color: Color
  • Triangle (三角形)
    • position1 (x, y, z): (int, int, int)
    • position2 (x, y, z): (int, int, int)
    • position3 (x, y, z): (int, int, int)
      • 三角形が成立するかどうかを判定する (500返す必要はないと思うけど何らかの警告を返すインターフェースは用意した方が良い)
    • color: Color

辺 + 角度ベースの三角形もあると便利だと思う

Rectangle

Text

Clone this wiki locally