java.lang.Object
org.jhotdraw8.draw.css.value.CssPoint3D
Represents a point with x, y, z values specified as
CssSizes.- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCssPoint3D(double x, double y, double z) CssPoint3D(double x, double y, double z, String units) CssPoint3D(CssSize x, CssSize y, CssSize z) -
Method Summary
-
Field Details
-
ZERO
-
-
Constructor Details
-
CssPoint3D
-
CssPoint3D
-
CssPoint3D
public CssPoint3D() -
CssPoint3D
public CssPoint3D(double x, double y, double z)
-
-
Method Details