Mesh.createOutline

Calculate an outline mesh at a defined offset (margin) from the original mesh. Note: Typically returns the vertices in reverse order (e.g. clockwise to anti-clockwise).

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

Meta