Opened 4 years ago

Last modified 4 months ago

#16505 new bug

BPoint::PrintToStream() should print a float with decimal places, not tructated to int (easy)

Reported by: smallstepforman Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Interface Kit Version: R1/beta2
Keywords: BPoint Cc:
Blocked By: Blocking:
Platform: All

Description

The BPoint members are floats, so it makes sense to print floats with decimal points instead of truncating the remainder and dislaying it as an integer. The Interface kit works natively in floats, so it makes sense to print debug out in floats. As a developer, I end up ignoring the built in API and interogate the members manually to display properly.

Change History (1)

comment:1 by pulkomandy, 4 months ago

Summary: BPoint::PrintToStream() should print a float with decimal places, not tructated to intBPoint::PrintToStream() should print a float with decimal places, not tructated to int (easy)
Note: See TracTickets for help on using tickets.