C# Class Program.Vector, gert

Datei anzeigen Open project: mono/gert

Public Properties

Property Type Description
X double

Public Methods

Method Description
Max ( Vector, a, Vector, b ) : Vector,
Min ( Vector, a, Vector, b ) : Vector,
Vector ( double x, double y, double z ) : System
operator ( ) : Vector,

Method Details

Max() public static method

public static Max ( Vector, a, Vector, b ) : Vector,
a Vector,
b Vector,
return Vector,

Min() public static method

public static Min ( Vector, a, Vector, b ) : Vector,
a Vector,
b Vector,
return Vector,

Vector() public method

public Vector ( double x, double y, double z ) : System
x double
y double
z double
return System

operator() public static method

public static operator ( ) : Vector,
return Vector,

Property Details

X public_oe property

public double X
return double