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.
- Scene
Type Edge - The edge scene type.
- Scene
Type Point - The point scene type.
- Scene
Type Tri - The triangle scene type.
- Tree
Builder - Something to build a tree.
- Vec2
- A 3D vector.
- Vec3
- A 3D vector.
- Vec3
Sampler - Struct for random sampling
- Vec3i
- An integer 3D vector.
Enums§
- Scene
Type Enum - Enum for specifying a scene type in a match statement.
Traits§
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.