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

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

Filename: kern/kern_scm/pos_scm.cxx

Syntax: (position:y position)

Arg Types: position position

Returns: real


position specifies a position.

Example: ; position:y

; Get a position's y-coordinate.

(define pos1 (position 5 10 15))

;; pos1

(position:y pos1)

;; 10
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0115.HTM