主要内容

RayPathSet

R2026b

Set of ray paths between source and destination

Since R2026b

    Description

    Add-On Required: This feature requires the 3D Scenarios add-on.

    A RayPathSet object represents a set of ray paths found between a source actor and a destination actor in a ray trace analysis.

    Creation

    Create a RayPathSet object by using the findpaths function.

    Properties

    expand all

    This property is read-only.

    Source pose, represented as a pose object. The pose object indicates the position, velocity, and orientation of the source. The reference frame of the pose matches the reference frame of the scene.

    This property is read-only.

    Destination pose, represented as a pose object. The pose object indicates the position, velocity, and orientation of the destination. The reference frame of the pose matches the reference frame of the scene.

    This property is read-only.

    Ray paths found between the source and destination, represented as an m-by-1 vector of RayPath objects.

    Object Functions

    plotPlot ray paths in 3D scenario viewer

    Version History

    Introduced in R2026b

    See Also

    Functions

    Objects