Search Results for

    Show / Hide Table of Contents

    Class Intersector1

    Inheritance
    Object
    Intersector1
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class Intersector1

    Constructors

    Intersector1(Interval1d, Interval1d)

    Declaration
    public Intersector1(Interval1d u, Interval1d v)
    Parameters
    Type Name Description
    Interval1d u
    Interval1d v

    Intersector1(Double, Double, Double, Double)

    Declaration
    public Intersector1(double u0, double u1, double v0, double v1)
    Parameters
    Type Name Description
    Double u0
    Double u1
    Double v0
    Double v1

    Fields

    NumIntersections

    Declaration
    public int NumIntersections
    Field Value
    Type Description
    Int32

    U

    Declaration
    public Interval1d U
    Field Value
    Type Description
    Interval1d

    V

    Declaration
    public Interval1d V
    Field Value
    Type Description
    Interval1d

    Properties

    Test

    Declaration
    public bool Test { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Find()

    Declaration
    public bool Find()
    Returns
    Type Description
    Boolean

    GetIntersection(Int32)

    Declaration
    public double GetIntersection(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Double
    In This Article
    Back to top ViRGIS VR GIS