Multiplying transformation matrix with multiple vectors. #155
              
                
                  
                  
                    Answered
                  
                  by
                    bitshifter
                  
              
          
                  
                    
                      5nefarious
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         Is there a way to put a bunch of   | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            bitshifter
          
      
      
        Apr 1, 2021 
      
    
    Replies: 1 comment 1 reply
-
| 
         There isn't currently, but it would be a good thing to have. The main question is what to do with the results. The easy option would be to mutate the input but it might also be desirable to support a separate output.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I guess this could be handled by Rust iterators, e.g. something like
or to mutate the input