position:copy
List of: Scheme Extensions
Subjects: Mathematics
Contents: Kernel

Action: Creates a new position by copying an existing position.

Filename: kern/kern_scm/pos_scm.cxx

Syntax: (position:copy position)

Arg Types: position position

Returns: position


position specifies the position object that has to be copied.

Example: ; position:copy

; Create a new position by copying

; an existing position.

(define pos1 (position 20 20 0 "cylindrical"))

;; pos1

(define pos2 (position:copy pos1))

;; pos2
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0103.HTM