2024 Constructor
Changes 1
C

Transform1D(Double)

Description:
Constructs the transformation by specifying the scale only.
Remarks:
The translation is set to zero. 1D space is tranformed according to the following formula: t --> scale*t + translation This constructor sets translation to zero.
Overloads (3):
Transform1D(Double)
public Transform1D(
	double scale
)
  • Double
    scale
    The scale of the transformation.