PPoint

From SCAR Divi Manual
Revision as of 14:17, 3 July 2011 by Freddy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

PPoint = record
   R, T: Double;
end;

Availability

SCAR Divi 3.00 > Current

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.

See Also