- make-point X Y Z #!optional NON-GC?procedure
- point-x POINTprocedure
- point-y POINTprocedure
- point-z POINTprocedure
- point-x-set! POINTprocedure
- point-y-set! POINTprocedure
- point-z-set! POINTprocedure
Vector constructor, getters, and setters. If NON-GC? is #t, the point is created in a non-garbage-collected area (the memory will still be freed when there are no more references to the vector).