less translate function variants

This commit is contained in:
BlackMATov
2021-02-27 06:22:33 +07:00
parent 9c70e2d40c
commit e06d009cdb
3 changed files with 4 additions and 40 deletions

View File

@@ -383,8 +383,6 @@ namespace vmath_hpp
namespace vmath_hpp
{
template fix4x4f translate(fix<float> x, fix<float> y, fix<float> z);
template fix4x4f translate(const fix4x4f&, fix<float>, fix<float>, fix<float>);
template fix4x4f translate(const fix3f&);
template fix4x4f translate(const fix4x4f&, const fix3f&);
@@ -420,8 +418,6 @@ namespace vmath_hpp
namespace vmath_hpp
{
template fix3x3f translate(fix<float>, fix<float>);
template fix3x3f translate(const fix3x3f&, fix<float>, fix<float>);
template fix3x3f translate(const fix2f&);
template fix3x3f translate(const fix3x3f&, const fix2f&);