dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
CanvasState
dlib
image
canvas
General options for drawing things
struct
CanvasState {
Matrix3x3f
transformation
;
Color4f
lineColor
;
Color4f
fillColor
;
float
lineWidth
;
}
Members
Variables
fillColor
Color4f
fillColor
;
Undocumented in source.
lineColor
Color4f
lineColor
;
Undocumented in source.
lineWidth
float
lineWidth
;
Undocumented in source.
transformation
Matrix3x3f
transformation
;
Undocumented in source.
Meta
Source
See Implementation
dlib
image
canvas
classes
Canvas
enums
SegmentType
functions
pointInPolygon
pointInPolygonAAFast
sqrDistanceToLineSegment
structs
CanvasState
ContourSegment
General options for drawing things