Method: VoxelammingGem::BuildBox#pop_matrix
- Defined in:
- lib/voxelamming_gem.rb
#pop_matrix ⇒ Object
93 94 95 96 |
# File 'lib/voxelamming_gem.rb', line 93 def pop_matrix @is_allowed_matrix -= 1 @matrix_translation = @saved_matrices.pop end |