메소드 | 설명 | |
---|---|---|
FromCartesian ( |
Create a point in the polar coordinate system from the provided Cartesian coordinates.
|
|
PolarPoint ( double r, double t ) : System |
Construct with provided coordinate values.
|
public static FromCartesian ( |
||
p | ||
리턴 |
public PolarPoint ( double r, double t ) : System | ||
r | double | Radial coordinate (distance between points). |
t | double | Angular coordinate (theta). |
리턴 | System |