We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b48f83 commit 9912f73Copy full SHA for 9912f73
src/node.rs
@@ -154,6 +154,7 @@ pub struct GenericReadSplitPlaneNormal<'a, D: Distance> {
154
pub right: NodeId,
155
// Before version 0.7.0 instead of storing `None` for a missing normal, we were
156
// storing a vector filled with zeros, that will be overwritten while creating this type.
157
+ // We were also storing a simple vector instead of a leaf
158
pub normal: Option<Leaf<'a, D>>,
159
}
160
0 commit comments