Table of Contents

Operator operator *

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

operator *(Point, double)

Multiplies the coordinates of a point by a scalar.

public static Point operator *(Point p, double scalar)

Parameters

p Point
scalar double

Returns

Point

operator *(double, Point)

Multiplies the coordinates of a point by a scalar.

public static Point operator *(double scalar, Point p)

Parameters

scalar double
p Point

Returns

Point