Method UpdateFrom
UpdateFrom(ref Vector4)
Converts a full precision Vector4 to half precision and updates the current instance.
Declaration
public void UpdateFrom(ref Vector4 vector4)
Parameters
Type | Name | Description |
---|---|---|
Vector4 | vector4 | The Vector4 to convert and update this instance with. |
UpdateFrom(ref Quaternion)
Converts a full precision Vector4 to half precision and updates the current instance.
Declaration
public void UpdateFrom(ref Quaternion quaternion)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | quaternion | The Quaternion to convert and update this instance with. |