摘要
授權條款
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
此檔案於創用 CC CC0 1.0 通用公有領域貢獻宣告 下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域 。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。
http://creativecommons.org/publicdomain/zero/1.0/deed.en CC0 Creative Commons Zero, Public Domain Dedication false false
Source code
PlantUML source code.
@startuml
class ColliderLibrary
{
+ {static} string CollideWith(Asteroid x, Asteroid y)
+ {static} string CollideWith(Asteroid x, Spaceship y)
+ {static} string CollideWith(Spaceship x, Asteroid y)
+ {static} string CollideWith(Spaceship x, Spaceship y)
}
abstract class SpaceObject << (R,lightgreen) >>
{
+ int Size
}
class Asteroid << (R,lightgreen) >> extends SpaceObject
{
+ «Create» Asteroid()
}
class Spaceship << (R,lightgreen) >> extends SpaceObject
{
+ «Create» Spaceship()
}
@enduml
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 縮圖 尺寸 使用者 備註
目前 2023年5月17日 (三) 12:47 649 × 251(11 KB) Frap Uploaded own work with UploadWizard
檔案用途
全域檔案使用狀況
此檔案中包含其他資訊,這些資訊可能是由數位相機或掃描器在建立或數位化過程中所新增的。若檔案自原始狀態已被修改,一些詳細資料可能無法完整反映出已修改的檔案。