Method | Description | |
---|---|---|
CrossProduct ( |
||
DistancePointLine ( |
||
DotProduct ( |
||
IsCCW ( |
||
IsClockwise ( |
||
NewLength ( double newLength ) : |
||
Rotate ( int Degree ) : void | ||
ToPointF ( ) : |
||
Vector ( |
||
Vector ( |
||
Vector ( double x, double y ) : System | ||
operator ( ) : |
public static DistancePointLine ( |
||
pt | ||
lnA | ||
lnB | ||
return | double |
public static IsCCW ( |
||
pt1 | ||
pt2 | ||
pt3 | ||
return | bool |
public static IsClockwise ( |
||
pt1 | ||
pt2 | ||
pt3 | ||
return | bool |
public NewLength ( double newLength ) : |
||
newLength | double | |
return |
public Vector ( |
||
st | ||
end | ||
return | System |
public Vector ( double x, double y ) : System | ||
x | double | |
y | double | |
return | System |