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

Action: Gets the x-component of a position relative to the active coordinate system.

Filename: kern/kern_scm/pos_scm.cxx

Syntax: (position:x position)

Arg Types: position position

Returns: real


position specifies a position.

Example: ; position:x

; Get a position's x-coordinate.

(define pos1 (position 5 10 15))

;; pos1

(position:x pos1)

;; 5
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0114.HTM