The spica renderer
spica::Transform Member List

This is the complete list of members for spica::Transform, including all inherited members.

apply(const Point3d &p) const (defined in spica::Transform)spica::Transform
apply(const Vector3d &v) const (defined in spica::Transform)spica::Transform
apply(const Normal3d &n) const (defined in spica::Transform)spica::Transform
apply(const Bounds3d &b) const (defined in spica::Transform)spica::Transform
getInvMat() const (defined in spica::Transform)spica::Transforminline
getMat() const (defined in spica::Transform)spica::Transforminline
inverted() const (defined in spica::Transform)spica::Transform
isIdentity() const (defined in spica::Transform)spica::Transform
lookAt(const Point3d &eye, const Point3d &look, const Vector3d &up) (defined in spica::Transform)spica::Transformstatic
mitsubaToPbrt(const Transform &t) (defined in spica::Transform)spica::Transformstatic
operator!=(const Transform &t) (defined in spica::Transform)spica::Transform
operator*=(const Transform &t) (defined in spica::Transform)spica::Transform
operator=(const Transform &t) (defined in spica::Transform)spica::Transform
operator==(const Transform &t) (defined in spica::Transform)spica::Transform
orthographic(double zNear, double zFar) (defined in spica::Transform)spica::Transformstatic
perspective(double fov, double aspect, double near, double far) (defined in spica::Transform)spica::Transformstatic
rotate(double theta, const Vector3d &axis) (defined in spica::Transform)spica::Transformstatic
scale(double x, double y, double z) (defined in spica::Transform)spica::Transformstatic
Transform() (defined in spica::Transform)spica::Transform
Transform(const double mat[4][4]) (defined in spica::Transform)spica::Transformexplicit
Transform(const Matrix4x4 &m) (defined in spica::Transform)spica::Transformexplicit
Transform(const Matrix4x4 &m, const Matrix4x4 &mInv) (defined in spica::Transform)spica::Transform
Transform(const Transform &t) (defined in spica::Transform)spica::Transform
translate(const Vector3d &delta) (defined in spica::Transform)spica::Transformstatic