midpoint_circle 0.1.0

Rust implementation of the midpoint circle algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.num]
version = "0.4"

[package]
authors = ["_iPhoenix_ <theiphoenixconspiracy@gmail.com>"]
categories = ["algorithms", "graphics"]
description = "Rust implementation of the midpoint circle algorithm."
edition = "2021"
keywords = ["rasterization", "graphics", "circle", "bresenham", "algorithm"]
license = "MIT OR Apache-2.0"
name = "midpoint_circle"
resolver = "2"
version = "0.1.0"