C# Class Pokemon3D.Common.Extensions.Vector2Extension

Show file Open project: nilllzz/Pokemon3D

Public Methods

Method Description
SnapToPixels ( this v ) : Vector2
ToPoint ( this v ) : Point

Method Details

SnapToPixels() public static method

public static SnapToPixels ( this v ) : Vector2
v this
return Vector2

ToPoint() public static method

public static ToPoint ( this v ) : Point
v this
return Point