Class PlaneIntersectionTarget
Compute ray-intersection with plane
Inheritance
PlaneIntersectionTarget
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class PlaneIntersectionTarget : IIntersectionTarget
Fields
NormalAxis
Declaration
Field Value
PlaneFrame
Declaration
public Frame3f PlaneFrame
Field Value
Properties
HasNormal
Declaration
public bool HasNormal { get; }
Property Value
Methods
RayIntersect(Ray3d, out Vector3d, out Vector3d)
Declaration
public bool RayIntersect(Ray3d ray, out Vector3d vHit, out Vector3d vHitNormal)
Parameters
Returns
Implements