ply_viewer

package
v0.0.0-...-4bb615b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	WHITE  = color.RGBA{R: 255, G: 255, B: 255, A: 255}
	RED    = color.RGBA{R: 185, G: 0, B: 0, A: 255}
	BLUE   = color.RGBA{R: 0, G: 69, B: 173, A: 255}
	GREEN  = color.RGBA{R: 0, G: 155, B: 72, A: 255}
	ORANGE = color.RGBA{R: 255, G: 89, B: 0, A: 255}
	YELLOW = color.RGBA{R: 255, G: 213, B: 0, A: 255}
)

Functions

This section is empty.

Types

type Axis

type Axis int
const (
	XAxis Axis = iota
	YAxis
	ZAxis
)

type MainForm

type MainForm struct {
	Window *gtk.ApplicationWindow

	AboutDialog *gtk.AboutDialog
	// contains filtered or unexported fields
}

func NewMainForm

func NewMainForm() *MainForm

NewMainForm : Creates a new MainForm object

func (*MainForm) OpenMainForm

func (m *MainForm) OpenMainForm(app *gtk.Application)

OpenMainForm : Opens the MainForm window

type RotationMatrix

type RotationMatrix [3][3]float32

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL