import com.rinearn.graph3d.RinearnGraph3D; public class Sample2 { public static void main(String[] args) { // 座標値データの用意 int n = 300; double[] x = new double[n]; double[] y = new double[n]; double[] z = new double[n]; for(int i=0; i