Skip to main content
Version: 10 Jul 2024

MLAudioRaycast

Module: Audio / Audio Definitions / Acoustics / Spatial Sound

Two points in space describing a ray. More...

#include <ml_audio.h>

Public Attributes

TypeName
MLVec3feye_point
MLVec3fend_point

Detailed Description

struct MLAudioRaycast;

Two points in space describing a ray.

API Level:

  • 20

Public Attributes Documentation

eye_point

MLVec3f eye_point;

Starting point of the ray.


end_point

MLVec3f end_point;

Ending point of the ray.