Project

General

Profile

« Previous | Next » 

Revision bff329fb

Added by Leszek Koltunski almost 3 years ago

Copy constructors for the Statics.

View differences:

src/main/java/org/distorted/library/effect/MatrixEffectQuaternion.java
30 30
 */
31 31
public class MatrixEffectQuaternion extends MatrixEffect
32 32
  {
33
  private Data4D mQuaternion;
34
  private Data3D mCenter;
33
  private final Data4D mQuaternion;
34
  private final Data3D mCenter;
35 35

  
36
  private static float[] mTmpMatrix1 = new float[16];
37
  private static float[] mTmpMatrix2 = new float[16];
36
  private static final float[] mTmpMatrix1 = new float[16];
37
  private static final float[] mTmpMatrix2 = new float[16];
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40
/**

Also available in: Unified diff