Search Results for

    Show / Hide Table of Contents

    Class CoordinateSystemExtension

    Inheritance
    System.Object
    CoordinateSystemExtension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Geometries
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CoordinateSystemExtension

    Methods

    IsRightHanded(CoordinateSystem)

    右手座標系ならtrue、左手座標系ならfalseを返します。

    Declaration
    public static bool IsRightHanded(this CoordinateSystem system)
    Parameters
    Type Name Description
    CoordinateSystem system
    Returns
    Type Description
    System.Boolean

    ToNaturalLanguage(CoordinateSystem)

    Declaration
    public static string ToNaturalLanguage(this CoordinateSystem system)
    Parameters
    Type Name Description
    CoordinateSystem system
    Returns
    Type Description
    System.String
    In This Article
    Back to top PLATEAU SDK for Unity