Post Reply 
Graphical output HP Prime
03-18-2015, 11:21 AM (This post was last modified: 03-18-2015 11:33 AM by DrD.)
Post: #3
RE: Graphical output HP Prime
The values for HAngle are inverted: 0 = Radians mode
1 = Degrees mode

You can directly test this via the HOME command line. It is shown otherwise in user guides, and has been reported for change.

Code:

EXPORT tst()
BEGIN
  HAngle:=1; //Degree
  RECT();  
  ARC_P(159,119,50,40,90,RGB(0,0,0));
  HAngle:=0; //Radians
  freeze;
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Graphical output HP Prime - Powersoft - 03-18-2015, 10:46 AM
RE: Graphical output HP Prime - Thomas_Sch - 03-18-2015, 11:11 AM
RE: Graphical output HP Prime - DrD - 03-18-2015 11:21 AM
RE: Graphical output HP Prime - Thomas_Sch - 03-18-2015, 06:37 PM



User(s) browsing this thread: 1 Guest(s)