Class SyncMatrix


  • public class SyncMatrix
    extends Syncronized
    Float that can be syncronized in a network
    Author:
    Darius Dinger
    • Constructor Detail

      • SyncMatrix

        public SyncMatrix​(String tag)
        Parameters:
        tag - Tag of the syncronized matrix
    • Method Detail

      • set

        public void set​(javax.vecmath.Matrix4f mat)
        Parameters:
        mat - Matrix to get values from
      • get

        public void get​(javax.vecmath.Matrix4f mat)
        Parameters:
        mat - Matrix to store values in