std-x-min,std-x-max, ... |  |
Synopsis
(std-x-min <pts>) most left x value of points
(std-y-min <pts>) lowest y value of points
(std-z-min <pts>) lowest z value of points
(std-x-max <pts>) most right x value of points
(std-y-max <pts>) highest y value of points
(std-z-max <pts>) highest z value of points
Description
These functions return the limits of pointclouds.
Arguments
pts: a list of points. A point is a list of at least two numbers.
Return Value
A number.
Side Effects
None.
Module
(std-require 'STDPOINT)
Defined in STDPOINT
Note: Before version 0.4001 it was in STDLIST!