Method | Description | |
---|---|---|
CalculateVectorAngle ( double ux, double uy, double vx, double vy ) : double | ||
GetAbsolutePoints ( |
||
SvgPathSegArc ( float r1, float r2, float xAxisRotation, int largeArcFlag, int sweepFlags, float x, float y ) : System | ||
ToString ( ) : string |
public static CalculateVectorAngle ( double ux, double uy, double vx, double vy ) : double | ||
ux | double | |
uy | double | |
vx | double | |
vy | double | |
return | double |
public GetAbsolutePoints ( |
||
last | ||
p | ||
return | void |
public SvgPathSegArc ( float r1, float r2, float xAxisRotation, int largeArcFlag, int sweepFlags, float x, float y ) : System | ||
r1 | float | |
r2 | float | |
xAxisRotation | float | |
largeArcFlag | int | |
sweepFlags | int | |
x | float | |
y | float | |
return | System |