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

This is point.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 POINTDEFS
#define POINTDEFS

#include "hpoint3.h"

typedef HPoint3 Point;

#define PtCreate HPt3Create
#define PtDelete HPt3Delete

#define PtPrint HPt3Print
#define PtCopy  HPt3Copy

#define PtFrom  HPt3From
#define PtFrom3Pls HPt3From3HPl3s
#define PtFrom2Lns HPt3From2HLn3s

#define PtIntersectPt HPt3IntersectHPt3
#define PtPencil HPt3Pencil

#define PtDotPl HPt3DotHPl3

#define PtNormalize HPt3Normalize

#define PtUndefined HPt3Undefined
#define PtInfinity HPt3Infinity
#define PtCompare HPt3Compare

#define PtCoincidentPt HPt3CoincidentHPt3
#define PtCoincidentLn HPt3CoincidentHLn3
#define PtCoincidentPl HPt3CoincidentHPl3

#define PtTransform HPt3Transform
#define PtTransformN HPt3TransformN

#define PtDistance HPt3Distance

#define PtDual HPt3Dual

#define PtLinSum HPt3LinSum
#define PtSizeOne HPt3SizeOne

#endif

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