3rd Eye Scene C#
3rd Eye Scene C# documentation
|
A hashable vector for vertices on a sphere. More...
Public Member Functions | |
SphereVector3Hash (Vector3 value) | |
Create a new hashed vector. | |
override int | GetHashCode () |
Generate the hash code. | |
Public Attributes | |
Vector3 | Value |
The vector being hashed. |
A hashable vector for vertices on a sphere.
Not a very good hash.
Tes::Tessellate::SphereVector3Hash::SphereVector3Hash | ( | Vector3 | value | ) | [inline] |
Create a new hashed vector.
value | The vertex coordinate. Exected to be unit length. |
override int Tes::Tessellate::SphereVector3Hash::GetHashCode | ( | ) | [inline] |
Generate the hash code.