xy-of


Synopsis

(xy-of <pt>)

Description

This function returns the 2D representation of a point. It is the list without a z-value.

Arguments

pt: a point, any list

Return Value

A list with the first and second element of the list.

Side Effects

None.

Module

(std-require 'STDPOINT)

Defined in STDPOINT

Note: Before version 0.4001 it was in STDLIST!