Unique single value for a 3D point

326 Views Asked by At

I have 3D points like this:

Vertex {
    X float
    , Y float
    , Z float
}

Is there any single value of type float or int which is unique for a 3D point and is a function of X, Y and Z?