Crate fj_interop

Crate fj_interop 

Source
Expand description

§Fornjot Interop Types

Fornjot is an early-stage b-rep CAD kernel written in Rust. The kernel is split into multiple libraries that can be used semi-independently, and this is one of those.

This library defines types that allow other components of Fornjot to interoperate, without having to depend on each other.

Modules§

ext
Extension traits for standard library types

Structs§

Color
RGBA color
Mesh
A triangle mesh
Model
An approximated model
Triangle
A triangle

Type Aliases§

Index
An index that refers to a vertex in a mesh