QuaternionReference Constructor

Constructor in QuaternionReference

Declaration

public QuaternionReference()

Description

Creates a new Quaternion reference.


Overload

Declaration

public QuaternionReference(Quaternion value)

Description

Creates a new Quaternion reference with the fixed value.

Parameters

valueThe fixed value to set.

Overload

Declaration

public QuaternionReference(QuaternionVariable variable)

Description

Creates a new Quaternion reference to the variable value.

Parameters

variableThe variable to reference.