mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
add todo note
This commit is contained in:
parent
e5859d26e0
commit
1fa292ae6b
|
@ -1,6 +1,8 @@
|
||||||
use std::num::NonZeroU16;
|
use std::num::NonZeroU16;
|
||||||
use crate::rectangle::Corners;
|
use crate::rectangle::Corners;
|
||||||
|
|
||||||
|
//TODO uneven corners (separate width/height for each corner)
|
||||||
|
|
||||||
fn point_count(corners: Corners<f32>) -> NonZeroU16 {
|
fn point_count(corners: Corners<f32>) -> NonZeroU16 {
|
||||||
//Increase for higher quality
|
//Increase for higher quality
|
||||||
const VTX_PER_CORER_RADIUS_PIXEL: f32 = 0.5;
|
const VTX_PER_CORER_RADIUS_PIXEL: f32 = 0.5;
|
||||||
|
|
Loading…
Reference in a new issue