mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-16 14:11:28 +07:00
return faceforward, reflect and refract functions
This commit is contained in:
@@ -267,6 +267,9 @@ namespace vmath_hpp
|
||||
template fix<float> cross(const fix2f&, const fix2f&);
|
||||
template fix3f cross(const fix3f&, const fix3f&);
|
||||
template fix2f normalize(const fix2f&);
|
||||
template fix3f faceforward(const fix3f&, const fix3f&, const fix3f&);
|
||||
template fix3f reflect(const fix3f&, const fix3f&);
|
||||
template fix3f refract(const fix3f&, const fix3f&, fix<float>);
|
||||
}
|
||||
|
||||
namespace vmath_hpp
|
||||
|
||||
Reference in New Issue
Block a user