Kstars
SpatialIndex.h
uint64 idByPoint(const SpatialVector &vector) const
find a node by giving a vector.
Definition SpatialIndex.cpp:508
static uint64 idByName(const char *)
NodeName conversion to integer ID.
Definition SpatialIndex.cpp:341
void pointById(SpatialVector &vector, uint64 ID) const
find the vector to the centroid of a triangle represented by the ID
Definition SpatialIndex.cpp:457
void nodeVertex(const uint64 id, SpatialVector &v1, SpatialVector &v2, SpatialVector &v3) const
return the actual vertex vectors
Definition SpatialIndex.cpp:121
static char * nameById(uint64 ID, char *name=nullptr)
int32 conversion to a string (name of database).
Definition SpatialIndex.cpp:398
SpatialVector is a 3D vector usually living on the surface of the sphere.
Definition SpatialVector.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.