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

Items related to the nodes of a geometry graph.

Structs

Dfs

A depth-first-search over nodes in the graph, yielding each node's unique index alongside its absolute transform.

PreparedTransform

A node's resulting rotation, displacement and scale relative to the graph's origin.

Transform

A node's resulting rotation, displacement and scale relative to the graph's origin.

TransformMap

Mappings from node indices to their respective transform within the graph.

TransformedTriangles

An iterator yielding all vertices for a node transformed by some given transform.

TransformedVertices

An iterator yielding all vertices for a node transformed by some given transform.

Enums

Node

The Node type used within the Graph.

Traits

ApplyTransform

Vertex types which may apply a transform and produce a resulting transform.

Functions

transform_point

Apply the given transform to the given 3D point.

Type Definitions

Index

Unique index for a Node within a Graph.