ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/geometry/hpoint3/plane.h

This is plane.h in view mode; [Download] [Up]

/* Copyright (c) 1992 The Geometry Center; University of Minnesota
   1300 South Second Street;  Minneapolis, MN  55454, USA;
   
This file is part of geomview/OOGL. geomview/OOGL is free software;
you can redistribute it and/or modify it only under the terms given in
the file COPYING, which you should have received along with this file.
This and other related software may be obtained via anonymous ftp from
geom.umn.edu; email: software@geom.umn.edu. */

/* Authors: Charlie Gunn, Pat Hanrahan, Stuart Levy, Tamara Munzner, Mark Phillips */

#ifndef PLANEDEFS
#define PLANEDEFS

#include "hplane3.h"

typedef HPlane3 Plane;

#define PlCreate HPl3Create
#define PlDelete HPl3Delete

#define PlPrint HPl3Print
#define PlCopy  HPl3Copy

#define PlFrom  HPl3From
#define PlFrom3Pls HPl3From3HPl3s
#define PlFrom2Lns HPl3From2HLn3s

#define PlIntersectPl HPl3IntersectHPl3
#define PlPencil HPl3Pencil

#define PlDotPt HPl3DotHPt3

#define PlNormalize HPl3Normalize

#define PlUndefined HPl3Undefined
#define PlInfinity HPl3Infinity
#define PlCompare HPl3Compare

#define PlCoincidentPl HPl3CoincidentHPl3
#define PlCoincidentLn HPl3CoincidentHLn3
#define PlCoincidentPl HPl3CoincidentHPl3

#define PlTransform HPl3Transform
#define PlTransformN HPl3TransformN


#define PlDual HPl3Dual

#define PlIdeal HPl3Ideal
#define PlPerp HPl3Perp
#define PlAngle HPl3Angle


#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.