Crate treedee

Crate treedee 

Source
Expand description

New Rust Project

Structs§

BufRenderer
A Renderer that renders to a buffer.
Point
A point that has a color.
Quaternion
A quaternion.
Scene
A scene.
SceneTypeEdge
The edge scene type.
SceneTypePoint
The point scene type.
SceneTypeTri
The triangle scene type.
TreeBuilder
Something to build a tree.
Vec2
A 3D vector.
Vec3
A 3D vector.
Vec3Sampler
Struct for random sampling
Vec3i
An integer 3D vector.

Enums§

SceneTypeEnum
Enum for specifying a scene type in a match statement.

Traits§

Renderer
A trait for rendering stuff.
SceneType
A scene type.

Functions§

aa_to_qua
Convert an angle-axis rotation to a quaternion.
euler_to_qua
Convert a Euler angle to a quaternion.
quaternion_inv
Get the inverse of a quaternion.
quaternion_mul
Multiply two quaternions.