epaint
0.30.0
Modules
color
image
mutex
shape_transform
stats
tessellator
text
textures
util
Structs
CircleShape
ClippedPrimitive
ClippedShape
Color32
CubicBezierShape
EllipseShape
Hsva
HsvaGamma
Margin
Mesh
Mesh16
PaintCallback
PaintCallbackInfo
PathShape
PathStroke
Pos2
QuadraticBezierShape
Rect
RectShape
Rgba
Rounding
Shadow
Stroke
TextShape
TextureAtlas
TextureHandle
Vec2
Vertex
Enums
Primitive
Shape
TextureId
Constants
HAS_RAYON
WHITE_UV
Functions
pos2
vec2
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)