package
0.1.0
Repository: https://github.com/aceeric/engine.git
Documentation: pkg.go.dev

# Packages

Package control implements controllers for cameras.

# Functions

NewOrthographic creates and returns a pointer to a new orthographic camera with the specified parameters.
NewPerspective creates and returns a pointer to a new perspective camera with the specified parameters.

# Structs

Camera is the base camera which is normally embedded in other camera types.
Orthographic is an orthographic camera.
Perspective is a perspective camera.

# Interfaces

ICamera is interface for all camera types.