coord-rs icon indicating copy to clipboard operation
coord-rs copied to clipboard

allow const creation of Vec

Open xMAC94x opened this issue 7 years ago • 1 comments

allow consts like: const ENTITY_MIDDLE_OFFSET: Vec3<f32> = Vec3::new(0.0, 0.0, 0.9);

xMAC94x avatar Sep 01 '18 13:09 xMAC94x

I believe vek supports this.

zesterer avatar Sep 02 '18 19:09 zesterer