scenekit

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

WIP

TODO: * circular dependency on gameplaykit AND modelio

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matrix4

type Matrix4 struct {
	M11 float64
	M12 float64
	M13 float64
	M14 float64
	M21 float64
	M22 float64
	M23 float64
	M24 float64
	M31 float64
	M32 float64
	M33 float64
	M34 float64
	M41 float64
	M42 float64
	M43 float64
	M44 float64
}

A representation of a 4 x 4 matrix. Full Topic

type Vector3

type Vector3 struct {
	X float64
	Y float64
	Z float64
}

A representation of a three-component vector. Full Topic

type Vector4

type Vector4 struct {
	X float64
	Y float64
	Z float64
	W float64
}

A representation of a four-component vector. Full Topic

Jump to

Keyboard shortcuts

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