Click or drag to resize

Point2DMultiply(Point2D, Double) Operator

Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public static Point2D operator *(
	Point2D lhs,
	double rhs
)

Parameters

lhs  Point2D
The point.
rhs  Double
The scalar.

Return Value

Point2D
The scaled new point.
See Also