메소드 | 설명 | |
---|---|---|
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, float dx, float dy ) : |
||
a | this | |
dx | float | |
dy | float | |
리턴 |
public static DistanceSquaredTo ( this a, float bx, float by ) : float | ||
a | this | |
bx | float | |
by | float | |
리턴 | float |
public static DistanceSquaredToD ( this a, double bx, double by ) : double | ||
a | this | |
bx | double | |
by | double | |
리턴 | double |
public static DistanceTo ( this a, |
||
a | this | |
b | ||
리턴 | float |
public static DistanceToLine ( this p3, |
||
p3 | this | |
p1 | ||
p2 | ||
리턴 | float |
public static Lerp ( this s, |
||
s | this | |
d | ||
t | float | |
리턴 |
public static Subtract ( this a, |
||
a | this | |
b | ||
리턴 |