Package de.mpi.rgblab.utils.vector

Examples of de.mpi.rgblab.utils.vector.ByteVector


    // the number of points on the map
    capacity = len;

    x = new ShortVector(len);
    y = new ShortVector(len);
    l = new ByteVector(len);

  }
View Full Code Here

TOP

Related Classes of de.mpi.rgblab.utils.vector.ByteVector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.