Skip to main content

Struct KurboPoint

Namespace: VelloSharp
Assembly: VelloSharp.dll

public readonly struct KurboPoint

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

KurboPoint(double, double)

public KurboPoint(double x, double y)

Parameters

x double

y double

Properties

X

public double X { get; }

Property Value

double

Y

public double Y { get; }

Property Value

double