Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Physics ¶
type Physics struct { Width float64 `yaml:"width"` Height float64 `yaml:"height"` Length float64 `yaml:"length"` Mass float64 `yaml:"mass"` }
The Physics struct provides information about the 3D rigid body that defines the ship in physics simulations
type ShipDescription ¶
The Ship struct is the game engine's internal view of a ship. With all the information needed to simulate it.
Click to show internal directories.
Click to hide internal directories.