epaint
0.31.1
Modules
brush
color
corner_radius
corner_radius_f32
image
margin
marginf
mesh
mutex
shadow
shape_transform
shapes
stats
stroke
tessellator
text
texture_atlas
texture_handle
textures
util
viewport
Structs
Brush
CircleShape
ClippedPrimitive
ClippedShape
Color32
CornerRadius
CornerRadiusF32
CubicBezierShape
EllipseShape
Hsva
HsvaGamma
Margin
Marginf
Mesh
Mesh16
PaintCallback
PaintCallbackInfo
PathShape
PathStroke
Pos2
QuadraticBezierShape
Rect
RectShape
Rgba
Shadow
Stroke
TextShape
TextureAtlas
TextureHandle
Vec2
Vertex
ViewportInPixels
Enums
Primitive
Shape
StrokeKind
TextureId
Constants
HAS_RAYON
WHITE_UV
Functions
pos2
vec2
Type Aliases
Rounding
epaint
Function
pos2
Copy item path
Settings
Help
Summary
Source
pub const fn pos2(x:
f32
, y:
f32
) ->
Pos2
Expand description
pos2(x, y) == Pos2::new(x, y)