Search Results for

    Show / Hide Table of Contents

    Class TransformedIntersectionTarget

    Inheritance
    Object
    TransformedIntersectionTarget
    Implements
    IIntersectionTarget
    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 TransformedIntersectionTarget : IIntersectionTarget

    Fields

    MapFromBaseNormalF

    Declaration
    public Func<Vector3d, Vector3d> MapFromBaseNormalF
    Field Value
    Type Description
    Func<Vector3d, Vector3d>

    MapFromBasePosF

    Declaration
    public Func<Vector3d, Vector3d> MapFromBasePosF
    Field Value
    Type Description
    Func<Vector3d, Vector3d>

    MapToBaseF

    Declaration
    public Func<Ray3d, Ray3d> MapToBaseF
    Field Value
    Type Description
    Func<Ray3d, Ray3d>

    Properties

    HasNormal

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

    Methods

    RayIntersect(Ray3d, out Vector3d, out Vector3d)

    Declaration
    public bool RayIntersect(Ray3d ray, out Vector3d vHit, out Vector3d vHitNormal)
    Parameters
    Type Name Description
    Ray3d ray
    Vector3d vHit
    Vector3d vHitNormal
    Returns
    Type Description
    Boolean

    Implements

    IIntersectionTarget
    In This Article
    Back to top ViRGIS VR GIS