par-pos:set!
List of: Scheme Extensions
Subjects: Mathematics
Contents: Kernel

Action: Sets the u and v-components of a par-pos.

Filename: kern/kern_scm/par_scm.cxx

Syntax: (par-pos:set! par-pos {u v})

Arg Types: par-pos par-pos

u real

v real

Returns: par-pos


par-pos specifies the u and v values.


u specifies the value to replace the original u value specified in par-pos.


v specifies the value to replace the original v value specified in par-pos.

Example: ; par-pos:set!

; Set new u- and v-coordinates for an

; existing par-pos.

(define par1 (par-pos 0 0))

;; par1

(par-pos:set! par1 3 5)

;; #[par-pos 3 5]
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0044.HTM