std-xy-min,std-xy-max, ... |  |
Synopsis
(std-xy-min <pts>) lower left 2D boundary of points
(std-xy-max <pts>) upper right 2D boundary of points
(std-xyz-min <pts>) lower left 3D boundary of points
(std-xyz-max <pts>) upper right 3D boundary of points
Description
These functions return the boundaries (2D or 3D) of pointclouds.
Arguments
pts: a list of points. A point is a list of at least two numbers.
Return Value
A point.
Side Effects
None.
Module
(std-require 'STDPOINT)
Defined in STDPOINT
Note: Before version 0.4001 it was in STDLIST!