Gorilla.Physics.Q3.Geometry

Unit Gorilla.Physics.Q3.Geometry.pas

Records

Mics. types

  • type PQ3Triangle = pointer to TQ3Triangle;
  • type PQ3RaycastData = pointer to TQ3RaycastData;
  • type PQ3RaycastResult = pointer to TQ3RaycastResult;
  • type PQ3Edge = pointer to TQ3Edge;
  • type PQ3AABB = pointer to TQ3AABB;
  • type PQ3OBB = pointer to TQ3OBB;
  • type PQ3HalfSpace = pointer to TQ3HalfSpace;
  • type PQ3Interval = pointer to TQ3Interval;
  • type PQ3Line = pointer to TQ3Line;
  • type PQ3Plane = pointer to TQ3Plane;
  • type PQ3BVHNode = pointer to TQ3BVHNode;
  • type PQ3Mesh = pointer to TQ3Mesh;
  • type PQ3Model = pointer to TQ3Model;

Functions / Procedures

TQ3Triangle

Fields

Methods