Interface IIntersectionTarget
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IIntersectionTarget
Properties
HasNormal
Declaration
bool HasNormal { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
RayIntersect(Ray3d, out Vector3d, out Vector3d)
Declaration
bool RayIntersect(Ray3d ray, out Vector3d vHit, out Vector3d vHitNormal)
Parameters
Type | Name | Description |
---|---|---|
Ray3d | ray | |
Vector3d | vHit | |
Vector3d | vHitNormal |
Returns
Type | Description |
---|---|
Boolean |