Ugh I'm in a deep, deep hole with and cgmath trying to do some basic floating-point linear algebra... :/
Conversation
@bzaba_ I have a struct that's generic over T: cgmath::BaseFloat, and I need to use float methods like .max, .acos, etc. Possible?
1
@bzaba_ rustc is saying "error: source trait is private"
3
Replying to
wondering if I should just copy the float trait over from num... :/
It is! Maybe making a cgmath issue might make communication easier.
1
1
Show replies

