C# Class Nez.Vector3Ext

Show file Open project: prime31/Nez

Public Methods

Method Description
toVector2 ( this vec ) : Vector2

returns a Vector2 ignoring the z component

Method Details

toVector2() public static method

returns a Vector2 ignoring the z component
public static toVector2 ( this vec ) : Vector2
vec this Vec.
return Microsoft.Xna.Framework.Vector2