The Complete SPRLIB & ANNLIB

make_matrix3D

- construct a transformation matrix to display three-dimensional data

SYNOPSIS

void make_matrix3D (fx, fy, fz, tx, ty, tz, d)

ARGUMENTS

double fx The rotation around the x-axis.
double fy The rotation around the y-axis.
double fz The rotation around the z-axis.
double fx The translation in the x-direction.
double fy The translation in the y-direction.
double fz The translation in the z-direction.
double d The perspective depth, i.e. the distance between the eye and the projection plane.

RETURNS

Nothing.

FUNCTION

The function returns the transformation matrix calculated from the input parameters.

SEE ALSO

koh_weight_draw

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998