Project

General

Profile

« Previous | Next » 

Revision a56bc359

Added by Leszek Koltunski over 7 years ago

Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.

View differences:

src/main/java/org/distorted/library/DistortedObjectGrid.java
25 25

  
26 26
///////////////////////////////////////////////////////////////////////////////////////////////////
27 27

  
28
abstract class DistortedObjectGrid
28
public abstract class DistortedObjectGrid
29 29
   {
30 30
   protected static final int BYTES_PER_FLOAT   = 4; //
31 31
   protected static final int POSITION_DATA_SIZE= 3; // Size of the position data in elements

Also available in: Unified diff