[go: up one dir, main page]

Crate lyon_core [] [src]

Modules

arc

Elliptic arc related maths and tools.

bezier

Bezier curve related maths and tools.

math_utils

Various math tools that are usefull for several modules.

path

Data structures to represent complex paths.

path_builder

Tools to build path objects from a sequence of imperative commands.

Structs

Vertex_

Phantom type marker for VertexId.

Functions

vertex_id

Create a VertexId from an u16 index.

vertex_id_range

Create a VertexIdRange.

Type Definitions

Index

The integer type to index a vertex in a vertex buffer or path.

MutVertexSlice

A slice of mutable vertices indexed with VertexIds rather than usize offset.

VertexId

An Id that represents a vertex in a contiguous vertex buffer.

VertexIdRange

A range of VertexIds pointing to contiguous vertices.

VertexSlice

A slice of vertices indexed with VertexIds rather than usize offset.