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?
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?
Copyright © 2021 JogjaFile Inc.