2025 Constructor
Changes 1
C

Transform1D(Double, Double)

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