Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Pt ptp(double, double, double)

  • Declared in: RT.Modeling.Md

Declaration

public static Pt ptp(
    double r,
    double θ,
    double y
)

Summary

Instantiates a 3D point from polar coordinates on the x/z plane.

Parameters

doubler Distance from the y-axis.
doubleθ Angle (counter-clockwise from the x-axis).
doubley Y-coordinate of the point