Documentation ¶ Index ¶ Constants func LinePlaneIntersection(planePoint, planeNormal, linePoint, lineDir gl.Vec3) (gl.Vec3, bool) type City func (c *City) Init(start image.Image) func (c *City) Update(delta time.Duration) image.Image Constants ¶ View Source const ( TICKS_PER_SECOND = 30 ) Variables ¶ This section is empty. Functions ¶ func LinePlaneIntersection ¶ func LinePlaneIntersection( planePoint, planeNormal, linePoint, lineDir gl.Vec3, ) (gl.Vec3, bool) Types ¶ type City ¶ type City struct { // contains filtered or unexported fields } func (*City) Init ¶ func (c *City) Init(start image.Image) func (*City) Update ¶ func (c *City) Update(delta time.Duration) image.Image Source Files ¶ View all Source files building.gomodule.goscreen.go Click to show internal directories. Click to hide internal directories.