[][src]Module blend2d::geometry

Various geometry structures and objects.

A module for various geometry structures and objects that can be used with either Path for path building or Context for rendering.

Structs

Arc
BoxD
BoxI
Chord
Circle
Ellipse
Line
Pie
PointD
PointI
RectD
RectI
RoundRect
SizeD
SizeI
Triangle

Enums

FillRule

Fill rule.

GeometryDirection

Direction of a geometry used by geometric primitives and paths.

HitTest

Hit-test result.

Traits

GeoViewArray

A template trait to allow being generic over geometry types regarding slices.

Geometry

A template trait to allow being generic over geometry types.

Point

A template trait to allow being generic over points.

Rect

A template trait to allow being generic over rectangles.