Shapes 3D  3.0
 All Classes Functions Variables Pages
shapes3d.contour.Scale Interface Reference
Inheritance diagram for shapes3d.contour.Scale:

Public Member Functions

float scaleX (float t)
 
float scaleY (float t)
 

Detailed Description

The methods needed by any class designed to scale contours.

Author
Peter Lager

Member Function Documentation

float shapes3d.contour.Scale.scaleX ( float  t)
Parameters
tin the range ≥0 and ≤1
Returns
returns the scale factor in the x direction

Implemented in shapes3d.contour.LinearScale, shapes3d.contour.FixedScale, and shapes3d.contour.PathScale.

float shapes3d.contour.Scale.scaleY ( float  t)
Parameters
tin the range ≥0 and ≤1
Returns
returns the scale factor in the y direction

Implemented in shapes3d.contour.LinearScale, shapes3d.contour.FixedScale, and shapes3d.contour.PathScale.


The documentation for this interface was generated from the following file: