Home
last modified time | relevance | path

Searched refs:WriteNormQuat (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DBitStream.h387 void WriteNormQuat( templateType w, templateType x, templateType y, templateType z);
1018 WriteNormQuat(w,x,y,z); in SerializeNormQuat()
1874 void BitStream::WriteNormQuat( templateType w, templateType x, templateType y, templateType z) in WriteNormQuat() function
1921 WriteNormQuat(qw,qx,qy,qz); in WriteOrthMatrix()
H A DBitStream_NoTemplate.h261 …tream, float &w, float &x, float &y, float &z){if (writeToBitstream) WriteNormQuat(w,x,y,z); else… in SerializeNormQuat()
262 …m, double &w, double &x, double &y, double &z){if (writeToBitstream) WriteNormQuat(w,x,y,z); else… in SerializeNormQuat()
626 void WriteNormQuat( float w, float x, float y, float z);
627 …void WriteNormQuat( double w, double x, double y, double z) {WriteNormQuat((float)w, (float) x, (f… in WriteNormQuat() function