C# Class Graphics2D.Vector2D

Afficher le fichier Open project: spustlik/plotr Class Usage Examples

Méthodes publiques

Свойство Type Description
Angle double
Length double

Méthodes publiques

Méthode Description
FromPoints ( Point2D p1, Point2D p2 ) : Vector2D
GetSize ( double length, double angle ) : Size2D
Vector2D ( Size2D size ) : System

Method Details

FromPoints() public static méthode

public static FromPoints ( Point2D p1, Point2D p2 ) : Vector2D
p1 Point2D
p2 Point2D
Résultat Vector2D

GetSize() public static méthode

public static GetSize ( double length, double angle ) : Size2D
length double
angle double
Résultat Size2D

Vector2D() public méthode

public Vector2D ( Size2D size ) : System
size Size2D
Résultat System

Property Details

Angle public_oe property

public double Angle
Résultat double

Length public_oe property

public double Length
Résultat double