fb05c123ea6f1482e8d759bf35b3d0671bc36798
				
			
			
		
	splines
This crate provides splines, mathematic curves defined piecewise through control keys a.k.a. knots.
Feel free to dig in the online documentation for further information.
A note on features
This crate has features! Here’s a comprehensive list of what you can enable:
- Serialization / deserialization.
- This feature implements both the 
SerializeandDeserializetraits fromserde. - Enable with the 
"serialization"feature. 
 - This feature implements both the 
 - cgmath implementors
- Adds some usefull implementations of 
Interpolatefor some cgmath types. - Enable with the 
"impl-cgmath"feature. 
 - Adds some usefull implementations of 
 - Standard library / no stdandard library.
- It’s possible to compile against the standard library or go on your own without it.
 - Compiling with the standard library is enabled by default.
 - Use 
defaut-features = []in yourCargo.tomlto disable. - Enable explicitly with the 
"std"feataure. 
 
Description
				
					Languages
				
				
								
								
									Rust
								
								100%