Transform1D(Double, Double)
Description:
Constructs the transformation by specifying the scale and the translation.
Constructs the transformation by specifying the scale and the translation.
Remarks:
1D space is tranformed according to the following formula: t --> scale*t + translation
1D space is tranformed according to the following formula: t --> scale*t + translation
Overloads (3):
public Transform1D(
double scale,
double translation
)