C# Class NewTOAPIA.GL.Vector2d

Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Vector2d ( double v ) : System
Vector2d ( double a, double b ) : System
this ( int i ) : double

Method Details

Vector2d() public method

public Vector2d ( double v ) : System
v double
return System

Vector2d() public method

public Vector2d ( double a, double b ) : System
a double
b double
return System

this() public method

public this ( int i ) : double
i int
return double