Click or drag to resize

PointFDotProduct Method (PointF)

Gets the dot product of this instance and the specified point

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public float DotProduct(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to get the dot product for

Return Value

Type: Single
The dot product (X * point.X + Y * point.Y) between this point and the specified point
See Also