std-add-z


Synopsis

(std-add-z <pt> <num>)

Description

STD-ADD-Z increases the z value of a point by num.

Arguments

pt: a point, any list

num: any number

Return Value

A list of 3 elements: The first and second element of the point and the new z value.

Side Effects

None.

Module

(std-require 'STDPOINT)

Defined in STDPOINT

Note: Before version 0.4001 it was in STDLIST!