We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318ed92 commit dbde100Copy full SHA for dbde100
sources/net.sf.j2s.java.core/src/javajs/util/A4d.java
@@ -35,26 +35,7 @@ conforming to the Java(TM) 3D API specification by Sun Microsystems.
35
* for unique constructor and method names
36
* for the optimization of compiled JavaScript using Java2Script
37
*/
38
-public class A4d implements JSONEncodable, Serializable {
39
-
40
- /*
41
- * I assumed that the length of the axis vector is not significant.
42
- */
43
44
- /**
45
- * The x coordinate.
46
47
- public double x;
48
49
50
- * The y coordinate.
51
52
- public double y;
53
54
55
- * The z coordinate.
56
57
- public double z;
+public class A4d extends P3d {
58
59
/**
60
* The angle.
0 commit comments