Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 491 Bytes

File metadata and controls

13 lines (8 loc) · 491 Bytes

Maths

数学の章では、時刻から SVG の時計を描きます。

対象コードは ClockSvgRenderer.java、 テストは ClockSvgRendererTest.java にあります。

学ぶこと

  • 三角関数
  • 座標変換
  • SVG を文字列として組み立てるテスト