[This is preliminary documentation and is subject to change.]

Normalize this quaternion and serialize it to a byte array

Namespace:  OpenMetaverse
Assembly:  OpenMetaverseTypes (in OpenMetaverseTypes.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] GetBytes()
Public Function GetBytes As Byte()
public:
array<unsigned char>^ GetBytes()

Return Value

A 12 byte array containing normalized X, Y, and Z floating point values in order using little endian byte ordering

See Also