We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f25232 commit 04278f0Copy full SHA for 04278f0
1 file changed
crates/processing_pyo3/src/math.rs
@@ -86,7 +86,6 @@ pub(crate) fn extract_vec4(args: &Bound<'_, PyTuple>) -> PyResult<Vec4> {
86
Ok(args.extract::<Vec4Arg>()?.into_vec4())
87
}
88
89
-
90
// Implements a PyVecN class with the given name, fields, and underlying glam type,
91
// including arithmetic operations, indexing, iteration, and common vector methods, etc.
92
// The `extra` block can be used to add additional methods specific to certain vector types
0 commit comments