Documentation ¶ Index ¶ type Delta type Vec3 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Delta ¶ type Delta struct { // delta // d = <unix-epoch> D uint64 `toml:"d"` } // // Delta // type Vec3 ¶ type Vec3 struct { // x component // !td:unc x = 0.0 X int `toml:"x"` // y component // !td:unc y = 0.0 Y int `toml:"y"` // z component // !td:unc z = 0.0 Z int `toml:"z"` // !td:follow D Delta } // // Vec3 // Source Files ¶ View all Source files vec3.go Click to show internal directories. Click to hide internal directories.