OpenVDB  0.104.0
Namespaces | Functions
Transform.cc File Reference
#include "Transform.h"
#include "Frustum.h"
#include <openvdb/version.h>
#include <sstream>
#include <string>
#include <vector>

Namespaces

namespace  openvdb
 
namespace  openvdb::v0_104_0
 
namespace  openvdb::v0_104_0::math
 

Functions

void calculateBounds (const Transform &t, const Vec3d &minWS, const Vec3d &maxWS, Vec3d &minIS, Vec3d &maxIS)
 Calculate an axis-aligned bounding box in index space from an axis-aligned bounding box in world space. More...
 
std::ostream & operator<< (std::ostream &os, const Transform &t)