physics.space: Add point casting.

This commit is contained in:
Rod Kay
2023-12-31 21:26:20 +11:00
parent 68df630377
commit fd44dce0b2
5 changed files with 54 additions and 0 deletions

View File

@@ -203,6 +203,8 @@ private
overriding
function cast_Ray (Self : access Item; From, To : in Vector_3) return physics.Space.ray_Collision;
overriding
function cast_Point (Self : access Item; Point : in Vector_3) return physics.Space.point_Collision;
overriding
procedure add (Self : in out Item; the_Joint : in physics.Joint.view);
overriding
procedure rid (Self : in out Item; the_Joint : in physics.Joint.view);