Table of Contents

Operator operator /

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

operator /(Point, double)

Divides the coordinates of a point by a scalar.

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

Parameters

p Point
scalar double

Returns

Point

Exceptions

DivideByZeroException

Thrown when scalar is zero.