Search Results for

    Show / Hide Table of Contents

    Class Vector3RadianToDegreeConverter

    Radian to degree converter class.

    Inheritance
    object
    Vector3RadianToDegreeConverter
    Implements
    IConverter
    Namespace: Evergine.Common.Attributes.Converters
    Assembly: Evergine.Common.dll
    Syntax
    public class Vector3RadianToDegreeConverter : IConverter

    Methods

    Convert(object)

    Converts a Vector3 from radians to degrees.

    Declaration
    public object Convert(object value)
    Parameters
    Type Name Description
    object value

    The radians.

    Returns
    Type Description
    object

    The degrees.

    ConvertBack(object)

    Converts a Vector3 from degrees to radians.

    Declaration
    public object ConvertBack(object value)
    Parameters
    Type Name Description
    object value

    The degrees.

    Returns
    Type Description
    object

    The radians.

    Implements

    IConverter

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX