mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Make fields of HalfEdgeApproxCache
public
This commit is contained in:
parent
4582a17b48
commit
afa741d29f
@ -82,6 +82,9 @@ pub struct HalfEdgeApprox {
|
|||||||
/// Cache for half-edge approximations
|
/// Cache for half-edge approximations
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct HalfEdgeApproxCache {
|
pub struct HalfEdgeApproxCache {
|
||||||
vertex: VertexApproxCache,
|
/// Cache for vertex approximations
|
||||||
curve: CurveApproxCache,
|
pub vertex: VertexApproxCache,
|
||||||
|
|
||||||
|
/// Cache for curve approximations
|
||||||
|
pub curve: CurveApproxCache,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user