An NDoc Documented Class Library

Stroke.direction Method (Int32, Int32)

Computes the angle of the vector starting at a, ending at b

public double direction(
   int a,
   int b
);

Parameters

a
Tail of the vector
b
Head of the vector

Return Value

Angle of the vector

See Also

Stroke Class | Converter Namespace | Stroke.direction Overload List