Class PolarToCart
Represents an operator that computes the cartesian coordinates of 2D vectors represented in polar form.
public class PolarToCart : ArrayTransform
- Inheritance
-
PolarToCart
- Inherited Members
Properties
- AngleInDegrees
Gets or sets a value specifying whether vector angle values are measured in degrees.
Methods
- Process(IObservable<Point2d>)
Computes the cartesian coordinates for each pair of polar coordinates in the sequence.
- Process(IObservable<Point2f>)
Computes the cartesian coordinates for each pair of polar coordinates in the sequence.
- Process(IObservable<Tuple<double, double>>)
Computes the cartesian coordinates for each pair of polar coordinates in the sequence.
- Process(IObservable<Tuple<float, float>>)
Computes the cartesian coordinates for each pair of polar coordinates in the sequence.
- Process<TArray>(IObservable<Tuple<TArray, TArray>>)
Computes the cartesian coordinates for each pair of polar coordinates in the sequence.
- Process<TArray>(IObservable<TArray>)
Computes the cartesian coordinates for each array of vectors in polar form in the sequence.