Module nannou::geom::graph::edge[][src]

Items related to the edges of a geometry graph.

Structs

Edge

Describes an edge within the geometry graph.

Kind

The unique Edge kind - a combo of a Relative association and an Axis.

Enums

Axis

Describes one of the three axes in three-dimensional space.

Relative

The various possible relative relationships that can be created between nodes.

Functions

displace

The three edges describing the given position displacement.

rotate

The three edges describing the given orientation rotation.

scale

An edge for scaling each axis using the given single scalar scale value.

Type Definitions

Index

Unique index for an Edge within a Graph.

Indices

An iterator yielding multiple Indexes.