[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#lazutils)

EllipseRadialLength

EllipseRadialLength - Radial-Length of non-rotated ellipse at any given Eccentric Angle.

Declaration

Source position: graphmath.pp line 75

function EllipseRadialLength(

  const Rect: TRect;

  EccentricAngle: Extended

):LongInt;

Description

Use EllipseRadialLength to get the Radial-Length of non-rotated ellipse at any given Eccentric( aka Radial ) Angle. It is primarily for use in other routines such as RadialPoint. The Eccentric angle is in 1/16th of a degree. For example, a full circle equals 5760 (16*360). Zero degrees is at the 3 o'clock position.


Version 4.0 Generated 2025-05-03 Home