File gobject.icn

Summary

###########################################################################

	File:     gobject.icn

	Subject:  Declarations for geometrical objects

	Author:   Ralph E. Griswold

	Date:     July 22, 1997

###########################################################################

   This file is in the public domain.

###########################################################################

  These declarations are provided for representing geometrical objects
  as records.

###########################################################################
Records:
Circle, Line, Point, Point_Polar, Polygon, Rectangle

This file is part of the (main) package.

Source code.

Details
Records:

Circle(center, radius)

 point, length


Line(p1, p2)

 point, point


Point(x, y, z)

 x and y coordinates


Point_Polar(r, a)

 radius, angle


Polygon(points)

 list of points


Rectangle(upper_left, lower_right)

 point, point



This page produced by UniDoc on 2021/04/15 @ 23:59:54.