point:position
List of: Scheme Extensions
Subjects: Construction Geometry
Contents: Kernel

Action: Computes the position of a point.

Filename: kern/kern_scm/pnt_scm.cxx

Syntax: (point:position point)

Arg Types: point point

Returns: position

Description: This extension accepts an entity of the type point, and it returns the position of the point.

Example: ; point:position

; Create a point.

(define point1 (point (position 6 6 7)))

;; point1

; Get the location of the point.

(point:position point1)

;; #[position 6 6 7]
PDF/KERN/14SCI.PDF
HTM/DATA/KERN/KERN/14SCI/0099.HTM