vertex

package
v0.0.0-...-23544e4 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Vertex

type Vertex struct {
	Position *glm.Vec3 `json:"p,omitempty"`
	Normal   *glm.Vec3 `json:"n,omitempty"`
	Color    *glm.Vec3 `json:"c,omitempty"`
	UV       *glm.Vec2 `json:"uv,omitempty"`

	Pos2 *glm.Vec2 `json:"p2,omitempty"`
}

func (*Vertex) Equals

func (v *Vertex) Equals(o *Vertex) bool

func (*Vertex) String

func (v *Vertex) String() string

Jump to

Keyboard shortcuts

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