Search Results for

    Show / Hide Table of Contents

    Struct RootedVTP

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Danmokou.DMath
    Assembly: cs.temp.dll.dll
    Syntax
    public readonly struct RootedVTP

    Constructors

    RootedVTP(GCXF<Vector2>, VTP)

    Declaration
    public RootedVTP(GCXF<Vector2> root, VTP path)
    Parameters
    Type Name Description
    GCXF<Vector2> root
    VTP path

    RootedVTP(GCXF<Vector2>, ExVTP)

    Declaration
    public RootedVTP(GCXF<Vector2> root, ExVTP path)
    Parameters
    Type Name Description
    GCXF<Vector2> root
    ExVTP path

    RootedVTP(ExBPY, ExBPY, ExVTP)

    Declaration
    public RootedVTP(ExBPY x, ExBPY y, ExVTP path)
    Parameters
    Type Name Description
    ExBPY x
    ExBPY y
    ExVTP path

    RootedVTP(ExTP, ExVTP)

    Declaration
    public RootedVTP(ExTP root, ExVTP path)
    Parameters
    Type Name Description
    ExTP root
    ExVTP path

    RootedVTP(Single, Single, ExVTP)

    Declaration
    public RootedVTP(float x, float y, ExVTP path)
    Parameters
    Type Name Description
    System.Single x
    System.Single y
    ExVTP path

    Fields

    path

    Declaration
    public readonly VTP path
    Field Value
    Type Description
    VTP

    root

    Declaration
    public readonly GCXF<Vector2> root
    Field Value
    Type Description
    GCXF<Vector2>
    In This Article
    Back to top Generated by DocFX