Interface ISquarifier
-
- All Known Implementing Classes:
XYSquarifier,XZSquarifier,YXSquarifier,YZSquarifier,ZXSquarifier,ZYSquarifier
public interface ISquarifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coord3dscale(float xRange, float yRange, float zRange)Return a 3D scaling factor to set the aspect ratio of the axes The parameters are the current ranges of the x,y and z axes, and can be used to connection between the length of the axes and the values of the axes or to change the relative lengths.
-
-
-
Method Detail
-
scale
Coord3d scale(float xRange, float yRange, float zRange)
Return a 3D scaling factor to set the aspect ratio of the axes The parameters are the current ranges of the x,y and z axes, and can be used to connection between the length of the axes and the values of the axes or to change the relative lengths.- Parameters:
xRange-yRange-zRange-- Returns:
- scaling
-
-