Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.461 project

project(x)

Projects the coordinates from x according to the projection specified by #p3d as defined using projection. x must be an array with a multiple of 3 elements. Each set of 3 elements is taken as the x, y, and z coordinates of a point. The projected coordinates are returned.

See also: projection, #p3d

[develop package]