MatrixDTransform(PointD) Method
Transform the point and return the result as a new point.
Namespace: PCBI.MathUtilsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public PointD Transform(
PointD p
)
Public Function Transform (
p As PointD
) As PointD
public:
PointD Transform(
PointD p
)
member Transform :
p : PointD -> PointD
- p PointD
- Point to transform.
PointDTransformed point