Search Results for

    Show / Hide Table of Contents

    Class GeoGraph2D.BorderParabola2D

    Inheritance
    System.Object
    GeoGraph2D.BorderParabola2D
    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.Util.GeoGraph
    Assembly: cs.temp.dll.dll
    Syntax
    public class BorderParabola2D

    Constructors

    BorderParabola2D(Vector2, Vector2, Vector2, Single, Single)

    Declaration
    public BorderParabola2D(Vector2 origin, Vector2 axisX, Vector2 axisY, float y0, float p)
    Parameters
    Type Name Description
    Vector2 origin
    Vector2 axisX
    Vector2 axisY
    System.Single y0
    System.Single p

    Properties

    A

    Declaration
    public float A { get; set; }
    Property Value
    Type Description
    System.Single

    AxisX

    Declaration
    public Vector2 AxisX { get; set; }
    Property Value
    Type Description
    Vector2

    AxisY

    Declaration
    public Vector2 AxisY { get; set; }
    Property Value
    Type Description
    Vector2

    B

    Declaration
    public float B { get; set; }
    Property Value
    Type Description
    System.Single

    C0

    Declaration
    public float C0 { get; set; }
    Property Value
    Type Description
    System.Single

    Origin

    Declaration
    public Vector2 Origin { get; set; }
    Property Value
    Type Description
    Vector2

    P

    Declaration
    public float P { get; set; }
    Property Value
    Type Description
    System.Single

    RangeX

    Declaration
    public float? RangeX { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    Y0

    Declaration
    public float Y0 { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    GetPoint(Single)

    Declaration
    public Vector2 GetPoint(float x)
    Parameters
    Type Name Description
    System.Single x
    Returns
    Type Description
    Vector2
    In This Article
    Back to top PLATEAU SDK for Unity