vec3

package
v0.0.0-...-b1d5363 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

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 //

Jump to

Keyboard shortcuts

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