☰
Type Definition Point
line_drawing
Modules
octant
steps
Structs
Bresenham
Bresenham3d
BresenhamCircle
Midpoint
Supercover
WalkGrid
WalkVoxels
XiaolinWu
Enums
VoxelOrigin
Traits
FloatNum
SignedNum
Type Definitions
Point
Voxel
ayu
dark
light
All crates
?
[
−
]
[src]
Type Definition
line_drawing
::
Point
type Point<T> =
(
T, T
)
;
[
−
]
Expand description
A point in 2D space.