Vector2f Methods

SFML.Net

Vector2f Methods

The Vector2f type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Compare vector and object and checks if they are equal
(Overrides ValueTypeEquals(Object).)
Public method Equals(Vector2f)
Compare two vectors and checks if they are equal
Public method GetHashCode
Provide a integer describing the object
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Provide a string describing the object
(Overrides ValueTypeToString.)
Top
See Also