C# Class CatEye.Core.Vector

Afficher le fichier Open project: bigfatbrowncat/CatEye Class Usage Examples

Méthodes publiques

Méthode Description
Angle ( Vector a, Vector b, double epsilon ) : double

Угол между векторами

CrossProduct ( Vector a, Vector b ) : double

Векторное произведение

Vector ( Point begin, Point end ) : System
Vector ( double x, double y ) : System
operator ( ) : Vector

Умножение вектора на число

operator ( ) : double

Скалярное произведение

Method Details

Angle() public static méthode

Угол между векторами
public static Angle ( Vector a, Vector b, double epsilon ) : double
a Vector
b Vector
epsilon double
Résultat double

CrossProduct() public static méthode

Векторное произведение
public static CrossProduct ( Vector a, Vector b ) : double
a Vector
b Vector
Résultat double

Vector() public méthode

public Vector ( Point begin, Point end ) : System
begin Point
end Point
Résultat System

Vector() public méthode

public Vector ( double x, double y ) : System
x double
y double
Résultat System

operator() public static méthode

Умножение вектора на число
public static operator ( ) : Vector
Résultat Vector

operator() public static méthode

Скалярное произведение
public static operator ( ) : double
Résultat double