Parents: | benchmark |
Class | Superclass | Slots |
point | struct |
Word | Stack effect |
<zero-point> | ( -- point ) |
change-xyz | ( point obj x: ( x obj -- x' ) y: ( y obj -- y' ) z: ( z obj -- z' ) -- point ) |
init-point | ( n point -- n ) |
make-points | ( len -- points ) |
max-point | ( point1 point2 -- point1 ) |
max-points | ( points -- point ) |
normalize-point | ( point -- ) |
normalize-points | ( points -- ) |
point-norm | ( point -- norm ) |
print-point | ( point -- ) |
struct-arrays-bench | ( len -- ) |
struct-arrays-benchmark | ( -- ) |
xyz | ( point -- x y z ) |
Word | Stack effect |
point? | ( object -- ? ) |