java.lang.Object
com.administracion.Vector
public class Vector
extends java.lang.Object
- 
Field Summary
Fields 
| Modifier and Type | Field | Description |  
| float | x |  |  
| float | y |  |  
 
 
- 
Constructor Summary
Constructors 
| Constructor | Description |  
| Vector(float x,
float y) |  |  
 
 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Constructor Details
- 
public Vector(float x,
float y) 
 
- 
Method Details
- 
public static float length(float x,
float y) 
- 
- 
public static Vector direction( float x,
float y)