SKPoint.Reflect(SKPoint, SKPoint) Method

Definition

Returns the reflection of a point off a surface that has the specified normal.

public static SkiaSharp.SKPoint Reflect (SkiaSharp.SKPoint point, SkiaSharp.SKPoint normal);

Parameters

point
SKPoint

The point to reflect.

normal
SKPoint

The normal.

Returns

Returns the reflection of a point.

Applies to