Difference between revisions of "PPoint"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> PPoint = record R, T: Double; end; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== A structured type wh...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
==Availability== | ==Availability== | ||
SCAR Divi 3.00 > Current | SCAR Divi 3.00 > Current | ||
+ | |||
+ | *Before SCAR Divi 3.25, PPoint was defined as: | ||
+ | <source lang="scar" lines="false"> | ||
+ | PPoint = record | ||
+ | R, T: Extended; | ||
+ | end; | ||
+ | </source> | ||
==Description== | ==Description== |
Latest revision as of 16:10, 3 July 2011
Definition
PPoint = record R, T: Double; end;
Availability
SCAR Divi 3.00 > Current
- Before SCAR Divi 3.25, PPoint was defined as:
PPoint = record R, T: Extended; end;
Description
A structured type which holds a 2-dimensional polar coordinate specified by the length from the origin given by R and the angle defined in degrees by T.