Method ReadQuaternion
ReadQuaternion(BinaryReader)
Reads a quaternion from the binary reader.
Declaration
public static Quaternion ReadQuaternion(this BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader |
Returns
| Type | Description |
|---|---|
| Quaternion | The quaternion that has been read. |