Skip to contents

Get collision info between ray and quad.

Usage

get_ray_collision_quad(ray, p_1, p_2, p_3, p_4)

Arguments

ray

A ray.

p_1

A numeric vector of length 3.

p_2

A numeric vector of length 3.

p_3

A numeric vector of length 3.

p_4

A numeric vector of length 3.

Value

A ray_collision

Note

This function has been auto-generated from the following Raylib function definition:

RayCollision GetRayCollisionQuad(Ray ray, Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4);