PPoint

From SCAR Divi Manual
Jump to: navigation, search

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.

See Also