Windows build ready. Program icon, however, exceeds string length on MSVC.
This commit is contained in:
@@ -65,4 +65,10 @@ F32 Square(F32 A)
|
||||
return Result;
|
||||
}
|
||||
|
||||
F32 InnerProduct(v2 A, v2 B)
|
||||
{
|
||||
F32 Result = A.X*B.X + A.Y*B.Y;
|
||||
return Result;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user