ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Documentation/MiscGISKit/MiscCartesianCoord.rtf

This is MiscCartesianCoord.rtf in view mode; [Download] [Up]

DMA Release 0.8  Copyright ©1995 by Genesis Project, Ltd.  All Rights Reserved.






MiscCartesianCoord






Inherits From:	MiscMathCoord : MiscCoord : Object

Declared In:	misckit/miscgiskit/MiscCartesianCoord.h





Class Description

A MiscCartesianCoord object holds a set of cartesian coordinate pointsÐx,y,z values. 






Method Types

Accessing Coord values	- xCoord
- yCoord
- zCoord
- coordx:y:z:
- setCoordx:y:z:






Instance Methods

coordx:y:z:
- coordx:(double*)xValue y:(double*)yValue z:(double*)zValue

Get the x,y and z values of the point at the current index.   Returns self.

See also:  - setCoordx:y:z:




setCoordx:y:z:
- setCoordx:(double)xValue y:(double)yValue z:(double)zValue

Sets the x,y and z values of the point at the current index.  

See also:  - coordx:y:z:




coordx
- (double)coordx

Returns the x value of the point at the current index.  

See also:  - yCoord,  - zCoord




coordy
- (double)coordy

Returns the y value of the point at the current index.  

See also:  - xCoord,  - zCoord




coordz
- (double)coordz

Returns the z value of the point at the current index.  

See also:  - xCoord,  - yCoord




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