Skip to content

Instantly share code, notes, and snippets.

@hadronized
Created June 13, 2011 15:56
Show Gist options
  • Save hadronized/1023052 to your computer and use it in GitHub Desktop.
Save hadronized/1023052 to your computer and use it in GitHub Desktop.
lol
AI_FORCE_INLINE bool aiVector3D::operator== (const aiVector3D& other) const {
return x == other.x && y == other.y && z == other.z;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment