Transform1D.OfPoint
Description:
Applies the transformation to the 1-dimensional point and returns the result.
Applies the transformation to the 1-dimensional point and returns the result.
Remarks:
Transformation of a point is affected by the translational part of the transformation.
Transformation of a point is affected by the translational part of the transformation.
public double OfPoint(
double point
)
-
DoublepointThe point to transform.
Return Value
The transformed point.
The transformed point.