Module adi::screen::prelude

source ·
Expand description

Prelude module.

Re-exports

pub use self::afi::PathOp::*;

Macros

4x4 matrix macro constructor.
Macro to load models from files for the window.
3D vector macro constructor.

Structs

A Window to the Screen.
Single-precision bounding box
Single-precision bounding cube
Single-precision frustum
A list of colors to be paired with vertices.
A 32-bit index value.
4x4 Matrix.
A list of vertices that make a shape.
The builder for Model.
An octree is a DAG that can quickly search for points in 3D space.
Single-precision plane
Single-precision quaternion.
A renderable object that exists on the Display.
A list of texture coordinates to be paired with vertices.
A Texture
A Video Frame
Single-precision 3D vector.

Enums

Shape attachments.
3D Path operation for vector graphics.

Constants

Archimedes’ constant (π)

Traits

Collider has bounding box and id.