Home
last modified time | relevance | path

Searched defs:worldToIndexCellCentered (Results 1 – 3 of 3) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DTransform.h111 Coord worldToIndexCellCentered(const Vec3d& xyz) const {return Coord::round(worldToIndex(xyz));} in worldToIndexCellCentered() function
H A DTransform.cc375 Transform::worldToIndexCellCentered(const BBoxd& worldBBox) const in worldToIndexCellCentered() function in openvdb::OPENVDB_VERSION_NAME::math::Transform
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/python/
H A DpyTransform.cc25 inline Coord worldToIndexCellCentered(math::Transform& t, const Vec3d& p) { in worldToIndexCellCentered() function