3rd Eye Scene C#
3rd Eye Scene C# documentation
Tes::Tessellate::SphereVector3Hash Struct Reference

A hashable vector for vertices on a sphere. More...

List of all members.

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.

Detailed Description

A hashable vector for vertices on a sphere.

Not a very good hash.


Constructor & Destructor Documentation

Tes::Tessellate::SphereVector3Hash::SphereVector3Hash ( Vector3  value) [inline]

Create a new hashed vector.

Parameters:
valueThe vertex coordinate. Exected to be unit length.

Member Function Documentation

override int Tes::Tessellate::SphereVector3Hash::GetHashCode ( ) [inline]

Generate the hash code.

Returns:
The hash code for Value.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events