Mesh.createOutline

Calculate an outline mesh at a defined offset (margin) from the original mesh. Note: This method typically returns the vertices in reverse order (e.g. clockwise to counterclockwise).

struct Mesh
@nogc nothrow const
createOutline
(
in double margin
)

Meta