mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +00:00
Derive Copy
for Circle
This commit is contained in:
parent
4aa7174992
commit
0738d1da98
@ -1,5 +1,6 @@
|
|||||||
use fj_math::{Point, Scalar, Vector};
|
use fj_math::{Point, Scalar, Vector};
|
||||||
|
|
||||||
|
#[derive(Clone, Copy)]
|
||||||
pub struct Circle {
|
pub struct Circle {
|
||||||
pub a: Vector<3>,
|
pub a: Vector<3>,
|
||||||
pub b: Vector<3>,
|
pub b: Vector<3>,
|
||||||
|
Loading…
Reference in New Issue
Block a user