20 Setting Points and Vectors

20 Q3Point3D_Set

You can use the Q3Point3D_Set function to set the coordinates of a three-dimensional point.

TQ3Point3D *Q3Point3D_Set (
TQ3Point3D *point3D, 
float x, 
float y, 
float z);
point3D A three-dimensional point.
x The x coordinate of the point.
y The y coordinate of the point.
z The z coordinate of the point.

DESCRIPTION


The Q3Point3D_Set function returns, as its function result and in the point3D parameter, the three-dimensional point specified by the x, y, and z parameters.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker