mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +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
|
||||
#[derive(Default)]
|
||||
pub struct HalfEdgeApproxCache {
|
||||
vertex: VertexApproxCache,
|
||||
curve: CurveApproxCache,
|
||||
/// Cache for vertex approximations
|
||||
pub vertex: VertexApproxCache,
|
||||
|
||||
/// Cache for curve approximations
|
||||
pub curve: CurveApproxCache,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user