Search Results for

    Show / Hide Table of Contents

    Class PlaneIntersectionTarget

    Compute ray-intersection with plane

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

    Fields

    NormalAxis

    Declaration
    public int NormalAxis
    Field Value
    Type Description
    Int32

    PlaneFrame

    Declaration
    public Frame3f PlaneFrame
    Field Value
    Type Description
    Frame3f

    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