As the docs say, " sf::Vector2<float> is sf::Vector2f ." If you want a double one, just use sf::Vector2<double> . The reason these other ones (i.e. sf::Vector2d ) ...
確定! 回上一頁