Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Whats the difference between vector2f, vector2i, etc.
Print
Pages: [
1
]
Author
Topic: Whats the difference between vector2f, vector2i, etc. (Read 9979 times)
0 Members and 1 Guest are viewing this topic.
kim366
Newbie
Posts: 35
Whats the difference between vector2f, vector2i, etc.
«
on:
January 08, 2014, 08:19:13 pm »
Hello, I just wanted to know if there's any difference between all verctor2's.
Logged
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Re: Whats the difference between vector2f, vector2i, etc.
«
Reply #1 on:
January 08, 2014, 08:25:27 pm »
Please read
the documentation
.
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
eXpl0it3r
SFML Team
Hero Member
Posts: 11033
AW: Whats the difference between vector2f, vector2i, etc.
«
Reply #2 on:
January 09, 2014, 07:52:37 am »
It's a template with typedefs for float, int and uint: sf::Vector2<T>
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Whats the difference between vector2f, vector2i, etc.