Module obj

Module obj 

Expand description

Object write-access helpers and per-type modules.

Re-exports§

pub use axes::Axes;
pub use axes::Axis;
pub use boxes::Box;
pub use camera::Camera;
pub use cylinder::Cylinder;
pub use line::Line;
pub use model::Model;
pub use point_cloud::PointCloud;
pub use sphere::Sphere;
pub use text_panel::Background;
pub use text_panel::Font;
pub use text_panel::TextPanel;
pub use types::GeometryObj;
pub use types::Obj;
pub use types::Xyz;
pub use types::Xyzw;

Modules§

axes
Axes helper objects.
boxes
Box objects.
camera
Camera objects.
cylinder
Cylinder objects.
line
Line objects.
model
Model objects.
point_cloud
Point cloud objects.
sphere
Sphere objects.
text_panel
Text panel objects.
types
Write-access helper types for objects.
validation
Validation utilities for objects.

Enums§

AnyObject
A typed object as returned by Visu::get_objects.