Search Results for

    Show / Hide Table of Contents

    Struct HashBuilder

    Construct hash of multiple values using FNV hash (ish) http://www.isthe.com/chongo/tech/comp/fnv/

    (should probably be using uint? but standard GetHashCode() returns int...)

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct HashBuilder

    Constructors

    HashBuilder(Int32)

    Declaration
    public HashBuilder(int init = -2128831035)
    Parameters
    Type Name Description
    Int32 init

    Fields

    Hash

    Declaration
    public int Hash
    Field Value
    Type Description
    Int32

    Methods

    Add(Frame3f)

    Declaration
    public void Add(Frame3f f)
    Parameters
    Type Name Description
    Frame3f f

    Add(Index2i)

    Declaration
    public void Add(Index2i v)
    Parameters
    Type Name Description
    Index2i v

    Add(Index3i)

    Declaration
    public void Add(Index3i v)
    Parameters
    Type Name Description
    Index3i v

    Add(Vector2d)

    Declaration
    public void Add(Vector2d v)
    Parameters
    Type Name Description
    Vector2d v

    Add(Vector2f)

    Declaration
    public void Add(Vector2f v)
    Parameters
    Type Name Description
    Vector2f v

    Add(Vector3d)

    Declaration
    public void Add(Vector3d v)
    Parameters
    Type Name Description
    Vector3d v

    Add(Vector3f)

    Declaration
    public void Add(Vector3f v)
    Parameters
    Type Name Description
    Vector3f v

    Add(Double)

    Declaration
    public void Add(double d)
    Parameters
    Type Name Description
    Double d

    Add(Int32)

    Declaration
    public void Add(int i)
    Parameters
    Type Name Description
    Int32 i

    Add(Single)

    Declaration
    public void Add(float f)
    Parameters
    Type Name Description
    Single f
    In This Article
    Back to top ViRGIS VR GIS