mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +00:00
- removed another dead function.
This commit is contained in:
parent
e15a89fc70
commit
8f94b337ac
1 changed files with 0 additions and 7 deletions
|
@ -235,13 +235,6 @@ constexpr int PIXZ(int value)
|
|||
}
|
||||
|
||||
|
||||
// two vectors
|
||||
// can determin direction
|
||||
constexpr int DOT_PRODUCT_2D(int x1, int y1, int x2, int y2)
|
||||
{
|
||||
return (MulScale((x1), (x2), 16) + MulScale((y1), (y2), 16));
|
||||
}
|
||||
|
||||
constexpr int SEC(int value)
|
||||
{
|
||||
return ((value) * 120);
|
||||
|
|
Loading…
Reference in a new issue