Vector3h.GetBytes(Vector3h) Method

Definition

Returns the Half3 as an array of bytes.

public static byte[] GetBytes (OpenTK.Vector3h h);
static member GetBytes : OpenTK.Vector3h -> byte[]

Parameters

h
Vector3h

The Half3 to convert.

Returns

Byte[]

The input as byte array.

Applies to