Skip to content

Equation 5 of Siddon's ray tracing paper #810

@Little-Stars520

Description

@Little-Stars520

I don't understand formula 5 in the Siddon'spaper.
Why should we take the maximum value among x, z, y for the parameter α_min? Doesn't this mean that some points are missed?
In that paper, they first take the minimum parameter values α_min in x, y, and z respectively, and then why do we need to taske the maximum value among them if they are all greater than 0?
In my mind, it should take the smallest one in [α_x,α_y,α_z] first,and then take the max between 0 and the smallest one in [α_x,α_y,α_z] .
i.e. alpha_min = max([0 min([min(aX_1,aX_end) min(aY_1,aY_end) min(aZ_1,aZ_end)])]);

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions