benchmark.struct-arrays vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
point struct


Ordinary words
WordStack 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 )


Class predicate words
WordStack effect
point?( object -- ? )


Files