Welcome to The Bug Genie
Please fill in your username and password below, and press "Continue" to log in.If you have not already registered, please use the "Register new account" tab to do so.
Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
This issue has been closed with status "Testing / QA" and resolution "RESOLVED".
There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Really delete this comment?
First convert your Angle to Scale. It would give you two parameters: Link (angle) and Scale (real). Placing a proper value to the Link sub parameter would allow you to obtain angles from reals (the Scale). For example to have degrees by real number just fill Link with 1.0º. To obtain radians from reals just fill Link with 57,2957795º. Unfortunately the angle value type doesn't allow more than two decimals and that's the bug that must be fixed.
Anyway, there would be more convert types for angles from real based on its types: degrees, turns and radians. Also the trigonometric convert types aren't complete: I miss ACos and ASin (Atan2 is already coded).
Really delete this comment?
I believe it won't be a problem to take existing Integer convert type and create the similar for Real convert.
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The issue was updated with the following change(s):