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

@@ -189,6 +189,9 @@ 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 evolve (Self : in out Item; By : in Duration);