Package com.ijurnove.cpu3d
Interface Scalable
- All Known Implementing Classes:
Camera,Point3d,PointLight,Shape3d,Triangle
public interface Scalable
This interface allows objects in 3D space to be scaled.
-
Method Summary
-
Method Details
-
scale
Scales this object by a given amount from a point.- Parameters:
size- the scale multiplierpoint- the point that this object should be scaled from
-