Skip to main content

Struct SKPoint3

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public readonly struct SKPoint3

Inherited Members

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

Constructors

SKPoint3(float, float, float)

public SKPoint3(float x, float y, float z)

Parameters

x float

y float

z float

Properties

X

public float X { get; }

Property Value

float

Y

public float Y { get; }

Property Value

float

Z

public float Z { get; }

Property Value

float

Operators

implicit operator Vector3(SKPoint3)

public static implicit operator Vector3(SKPoint3 point)

Parameters

point SKPoint3

Returns

Vector3

implicit operator SKPoint3(Vector3)

public static implicit operator SKPoint3(Vector3 vector)

Parameters

vector Vector3

Returns

SKPoint3