[Gambas-bugtracker] Bug #1541: Unary Negative should format tight to its symbol
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Mar 1 13:28:31 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1541&from=L21haW4-
Cedron DAWG reported a new bug.
Summary
-------
Unary Negative should format tight to its symbol
Type : Request
Priority : Low
Gambas version : Master
Product : Development Environment
Description
-----------
'---- Rebuild Velocity Vectors
'
' V = a * Tangent + b * Normal
' Vx = a * (ny) + b * (nx)
' Vy = a * (-nx) + b * (ny)
myVx = a_me * ny + b_them * nx
myVy = a_me * - nx + b_them * ny
argOther.myVx = a_them * ny + b_me * nx
argOther.myVy = a_them * - nx + b_me * ny
The space between "-" and "nx" shouldn't be there.
System information
------------------
N/A
More information about the Bugtracker
mailing list