Project

General

Profile

« Previous | Next » 

Revision 0e1d3d2e

Added by Leszek Koltunski over 2 years ago

Extra API for QuatHelper.

View differences:

src/main/java/org/distorted/library/effect/VertexEffectQuaternion.java
31 31
  {
32 32
  private static final EffectName NAME = EffectName.VERTEX_QUATERNION;
33 33

  
34
  private Data4D mQuaternion;
35
  private Data3D mCenter;
34
  private final Data4D mQuaternion;
35
  private final Data3D mCenter;
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38
/**

Also available in: Unified diff