rayTraceAnalysis
R2026bDescription
Add-On Required: This feature requires the 3D Scenarios add-on.
A RayTraceAnalysis object represents a ray trace analysis that
calculates geometric paths that connect actors in a 3D scenario.
Creation
Description
creates a ray trace analysis between a source actor and one or more destination actors.
The analysis uses ray tracing to calculate geometric paths that connect the source actor
and destination actors. The analysis accounts for the 3D scene and the 3D actor models
within the scenario. rt = rayTraceAnalysis(source,destination)
Ray trace analysis objects calculate the geometric paths using the shooting and bouncing rays method. For more information, see Shooting and Bouncing Rays Method.
sets writable properties using one or more name-value arguments.rt = rayTraceAnalysis(source,destination,Name=Value)
Input Arguments
Name-Value Arguments
Output Arguments
Properties
Object Functions
Examples
Limitations
The accuracy of the RayTraceAnalysis object can be limited by floating-point
precision. Though the ray paths returned by the object have exact geometric accuracy with
double precision, the SBR method finds the paths using single precision. As a result, the
RayTraceAnalysis object might not find all valid paths, particularly when the
distance between the destination and a scene surface or actor model is small compared to the
distance between the destination and the source.
Algorithms
Version History
Introduced in R2026b