Retourner au contenu associé (dépêche : SDL ou SFML ? Ne choisissez plus, prenez Gamedev Framework (gf))
Posté par DerekSagan le 21 juillet 2016 à 10:21. En réponse à la dépêche SDL ou SFML ? Ne choisissez plus, prenez Gamedev Framework (gf). Évalué à 3.
Je ne sais pas lire rapidement les 1600 lignes de ta classe Vector elle fait quoi du coup ?
T'aurais dû c'est pas bien long, il suffit de ne lire que les noms des méthodes, extrait: T manhattanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { T euclideanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { T chebyshevDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { * @brief Component-wise multiplication and assignment Vector<T, N>& operator*=(Vector<T, N>& lhs, const Vector<U, N>& rhs) { * @brief Component-wise logical or operator Vector<bool, N> operator||(const Vector<bool, N>& lhs, const Vector<bool, N>& rhs) { Bref rien à voir avec ça:http://en.cppreference.com/w/cpp/container/vector
T manhattanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { T euclideanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { T chebyshevDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) { * @brief Component-wise multiplication and assignment Vector<T, N>& operator*=(Vector<T, N>& lhs, const Vector<U, N>& rhs) { * @brief Component-wise logical or operator Vector<bool, N> operator||(const Vector<bool, N>& lhs, const Vector<bool, N>& rhs) {
(à part le nom)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Conteneurs
Posté par DerekSagan . En réponse à la dépêche SDL ou SFML ? Ne choisissez plus, prenez Gamedev Framework (gf). Évalué à 3.
T'aurais dû c'est pas bien long, il suffit de ne lire que les noms des méthodes, extrait:
T manhattanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) {
T euclideanDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) {
T chebyshevDistance(const Vector<T, N>& lhs, const Vector<T, N>& rhs) {
* @brief Component-wise multiplication and assignment
Vector<T, N>& operator*=(Vector<T, N>& lhs, const Vector<U, N>& rhs) {
* @brief Component-wise logical or operator
Vector<bool, N> operator||(const Vector<bool, N>& lhs, const Vector<bool, N>& rhs) {
Bref rien à voir avec ça:
http://en.cppreference.com/w/cpp/container/vector
(à part le nom)