Author: Laurence D. Finston.
This copyright notice applies to the text and source code of this web site, and the graphics that appear on it. The software described in this text has its own copyright notice and license, which can be found in the distribution itself.
Copyright (C) 2006 The Free Software Foundation
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.TXT
Last updated: January 25, 2006.
Top |
Introduction |
Elliptical Paraboloids |
Hyperbolic Paraboloids |
Contact |
2006.01.25.
I've now added the data type paraboloid to the 3DLDF language.
It corresponds to the type class Paraboloid in the C++ code.
This class has two sub-classes: Elliptical_Paraboloid
and Hyperbolic_Paraboloid. Objects of both of these types are
referenced in the 3DLDF language by objects of type paraboloid.
I've started working on paraboloids, but as of this date,
they are not yet fully functional.