position:transform
List of: Scheme Extensions
Subjects: Mathematics, Transforms
Contents: Kernel

Action: Applies a transform to a position.

Filename: kern/kern_scm/pos_scm.cxx

Syntax: (position:transform position transform)

Arg Types: position position

transform transform

Returns: position


position specifies the location to apply the transform.


transform is any valid transform.

Example: ; position:transform

; Apply a transform to a position.

(define pos1 (position 5 10 15))

;; pos1

(define pos2 (position:transform pos1


(transform:translation (gvector 0 1 0))))

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