SFML community forums

Help => General => Topic started by: kim366 on January 08, 2014, 08:19:13 pm

Title: Whats the difference between vector2f, vector2i, etc.
Post by: kim366 on January 08, 2014, 08:19:13 pm
Hello, I just wanted to know if there's any difference between all verctor2's.
Title: Re: Whats the difference between vector2f, vector2i, etc.
Post by: Nexus on January 08, 2014, 08:25:27 pm
Please read the documentation (http://www.sfml-dev.org/documentation/2.1/classsf_1_1Vector2.php).
Title: AW: Whats the difference between vector2f, vector2i, etc.
Post by: eXpl0it3r on January 09, 2014, 07:52:37 am
It's a template with typedefs for float, int and uint: sf::Vector2<T>