Click or drag to resize
Ab4d.SharpEngine logo

HitTester Methods

The HitTester type exposes the following members.

Methods
 NameDescription
Public methodStatic memberHasTriangleSameOrientation Returns true when the triangle specified with 3 positions (its normal) and a ray with specified rayDirection are facing in the same direction.
Public methodStatic memberHitTest(Ray, Vector3, Int32, Boolean, Int32, Boolean) Hit test a ray against the mesh with specified vertex and index buffer.
Public methodStatic memberHitTest(Ray, PositionNormalTextureVertex, Int32, Boolean, Int32, Boolean) Hit test a ray against the mesh with specified vertex and index buffer.
Top
See Also