Search Results for

    Show / Hide Table of Contents

    Class PolarCoordinates

    Inheritance
    Object
    PolarCoordinates
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public static class PolarCoordinates

    Methods

    | Improve this Doc View Source

    GetPolarCoordinates(Int32, Int32, Double, Int32)

    Declaration
    public static double[] GetPolarCoordinates(int Ox, int Oy, double theta, int distance)
    Parameters
    Type Name Description
    Int32 Ox

    X coordinate of origin.

    Int32 Oy

    Y coordinate of origin.

    Double theta

    the angle in radians.

    Int32 distance

    the distance as integer.

    Returns
    Type Description
    Double[]
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top