logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

distance - Vector distance.

Authors

TheKhronosGroup

Description

       Returns the distance between p0 and p1. This is calculated as length(3clc)(p0 - p1).

Name

       distance - Vector distance.

       floatdistance(floatnp0,floatnp1);doubledistance(doublenp0,doublenp1);halfdistance (gentypep0, gentypep1)     // if half
       extension enabled

Notes

        1. OpenCL Specification
           page 262, section 6.12.5 - Geometric Functions

The Khronos Group                                  11/18/2024                                     DISTANCE(3clc)

See Also

geometricFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also