orientation

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2020 License: BSD-2-Clause Imports: 1 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

Type enumerates the angular relationship between points and vectors.

const (
	// Clockwise indicates that the vector or point is clockwise relative to the base vector
	Clockwise Type = iota - 1
	// Collinear indicates that the vector or point is along the same vector as the base vector
	Collinear
	// CounterClockwise indicates that the vector or point is clockwise relative to the base vector
	CounterClockwise
)

func (Type) String

func (o Type) String() string

Jump to

Keyboard shortcuts

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