Method | Description | |
---|---|---|
Add ( this a, |
||
Add ( this a, float dx, float dy ) : |
||
DistanceSquaredTo ( this a, float bx, float by ) : float | ||
DistanceSquaredToD ( this a, double bx, double by ) : double | ||
DistanceTo ( this a, |
||
DistanceToLine ( this p3, |
||
Dot ( this a, |
||
Length ( this a ) : float | ||
Lerp ( this s, |
||
Multiply ( this a, float s ) : |
||
Normalized ( this a ) : |
||
Subtract ( this a, |
public static Add ( this a, |
||
a | this | |
b | ||
return |
public static Add ( this a, float dx, float dy ) : |
||
a | this | |
dx | float | |
dy | float | |
return |
public static DistanceSquaredTo ( this a, float bx, float by ) : float | ||
a | this | |
bx | float | |
by | float | |
return | float |
public static DistanceSquaredToD ( this a, double bx, double by ) : double | ||
a | this | |
bx | double | |
by | double | |
return | double |
public static DistanceTo ( this a, |
||
a | this | |
b | ||
return | float |
public static DistanceToLine ( this p3, |
||
p3 | this | |
p1 | ||
p2 | ||
return | float |
public static Dot ( this a, |
||
a | this | |
b | ||
return | float |
public static Lerp ( this s, |
||
s | this | |
d | ||
t | float | |
return |
public static Multiply ( this a, float s ) : |
||
a | this | |
s | float | |
return |
public static Subtract ( this a, |
||
a | this | |
b | ||
return |