Table of Contents

Struct KmaxVector4

Namespace
KmaxXR
Assembly
Kmax.XR.dll
public struct KmaxVector4
Inherited Members

Constructors

KmaxVector4(Quaternion)

public KmaxVector4(Quaternion rot)

Parameters

rot Quaternion

KmaxVector4(Vector4)

public KmaxVector4(Vector4 pos)

Parameters

pos Vector4

Fields

w

public float w

Field Value

float

x

public float x

Field Value

float

y

public float y

Field Value

float

z

public float z

Field Value

float

Methods

ToQuaternion()

public Quaternion ToQuaternion()

Returns

Quaternion

ToVector4()

public Vector3 ToVector4()

Returns

Vector3