Point
raqote
0.8.5
Point
Aliased type
Fields
x
y
In crate raqote
Modules
blitter
dash
draw_target
geom
path_builder
rasterizer
stroke
tests
Structs
Color
DrawOptions
DrawTarget
Gradient
GradientStop
Image
Mask
Path
PathBuilder
SolidSource
StrokeStyle
Enums
AntialiasMode
BlendMode
ExtendMode
FilterMode
LineCap
LineJoin
PathOp
Source
Spread
Winding
Functions
stroke_to_path
Type Aliases
IntPoint
IntRect
Point
Transform
Vector
raqote
Type Alias
Point
Copy item path
Settings
Help
Summary
Source
pub type Point =
Point2D
<
f32
>;
Aliased Type
§
struct Point { pub x:
f32
, pub y:
f32
, }
Fields
§
§
x:
f32
§
y:
f32