Class TransformedIntersectionTarget
  
  
  
  
    Inheritance
    
    TransformedIntersectionTarget
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  
  
    public class TransformedIntersectionTarget : IIntersectionTarget
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public Func<Vector3d, Vector3d> MapFromBaseNormalF
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public Func<Vector3d, Vector3d> MapFromBasePosF
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public Func<Ray3d, Ray3d> MapToBaseF
   
  Field Value
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public bool HasNormal { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public bool RayIntersect(Ray3d ray, out Vector3d vHit, out Vector3d vHitNormal)
   
  Parameters
  
  Returns
  
  Implements