MCPcopy Create free account
hub / github.com/assimp/assimp / ReadVector

Function ReadVector

code/AssetLib/MS3D/MS3DLoader.cpp:105–109  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

103
104// ------------------------------------------------------------------------------------------------
105void ReadVector(StreamReaderLE& stream, aiVector3D& pos)
106{
107 // See note in ReadColor()
108 stream >> (float&)pos.x >> (float&)pos.y >> (float&)pos.z;
109}
110
111// ------------------------------------------------------------------------------------------------
112template<typename T>

Callers 4

InternReadFileMethod · 0.85
ReadPoseVerticesMethod · 0.85
ReadBoneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected