.NET SDK Documentation

    Show / Hide Table of Contents

    Class Angle

    Angle extensions

    Inheritance
    Object
    Angle
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public static class Angle

    Methods

    | Improve this Doc View Source

    Degrees(Int32)

    Convert degrees into radians

    public static float Degrees(this int degrees)
    Parameters
    Type Name Description
    Int32 degrees

    The number of degrees.

    Returns
    Type Description
    Single

    Radians

    | Improve this Doc View Source

    Degrees(Single)

    Convert degrees into radians

    public static float Degrees(this float degrees)
    Parameters
    Type Name Description
    Single degrees

    The number of degrees.

    Returns
    Type Description
    Single

    Radians

    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables