28 INLINE
static size_t add_hash(
size_t start,
const uint32_t *words,
size_t num_words);
29 static size_t add_hash(
size_t start,
const uint8_t *bytes,
size_t num_bytes);
30 INLINE
static size_t add_hash(
size_t start,
const PN_float32 *floats,
size_t num_floats);
31 INLINE
static size_t add_hash(
size_t start,
const PN_float64 *floats,
size_t num_floats);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class is used just as a namespace scope to collect together a handful of static functions,...