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
wondering if I should just copy the float trait over from num... :/
1
@bzaba_ why not make num a dependency?
1
Replying to
It is! Maybe making a cgmath issue might make communication easier.
thanks for making the issue. Will try to look at it after work.
1

