All Downloads are FREE. Search and download functionalities are using the official Maven repository.

one.empty3.apps.tests.TestVisage Maven / Gradle / Ivy

There is a newer version: 2024.5.10
Show newest version
package one.empty3.apps.tests;

import one.empty3.library.Point3D;
import one.empty3.library.core.testing.TestObjetSub;

import java.awt.image.BufferedImage;

public class TestVisage extends TestObjetSub {
    BufferedImage image = null;
    @Override
    public void ginit() {
        super.ginit();
        for (int i = -image.getWidth(); i < image.getWidth()*2; i++) {
            for (int j = -image.getHeight(); j < image.getHeight()*2; j++) {
                for (int k = -image.getHeight()+1 ; k




© 2015 - 2024 Weber Informatics LLC | Privacy Policy