#include <SceneCameras.h>
|
static Affine3 | positionLookingFor (const Vector3 &eye, const Vector3 &direction, const Vector3 &up) |
|
static Affine3 | positionLookingAt (const Vector3 &eye, const Vector3 ¢er, const Vector3 &up) |
|
template<class Scalar , int Mode, int Options> |
static Eigen::Matrix< Scalar, 3, 1 > | right (const Eigen::Transform< Scalar, 3, Mode, Options > &T) |
|
template<class Scalar , int Mode, int Options> |
static Eigen::Matrix< Scalar, 3, 1 > | direction (const Eigen::Transform< Scalar, 3, Mode, Options > &T) |
|
template<class Scalar , int Mode, int Options> |
static Eigen::Matrix< Scalar, 3, 1 > | up (const Eigen::Transform< Scalar, 3, Mode, Options > &T) |
|
SgCamera::SgCamera |
( |
const SgCamera & |
org | ) |
|
|
protected |
template<class Scalar , int Mode, int Options>
static Eigen::Matrix<Scalar, 3, 1> cnoid::SgCamera::direction |
( |
const Eigen::Transform< Scalar, 3, Mode, Options > & |
T | ) |
|
|
inlinestatic |
double cnoid::SgCamera::farClipDistance |
( |
| ) |
const |
|
inline |
double cnoid::SgCamera::nearClipDistance |
( |
| ) |
const |
|
inline |
template<class Scalar , int Mode, int Options>
static Eigen::Matrix<Scalar, 3, 1> cnoid::SgCamera::right |
( |
const Eigen::Transform< Scalar, 3, Mode, Options > & |
T | ) |
|
|
inlinestatic |
void cnoid::SgCamera::setFarClipDistance |
( |
double |
d | ) |
|
|
inline |
void cnoid::SgCamera::setNearClipDistance |
( |
double |
d | ) |
|
|
inline |
template<class Scalar , int Mode, int Options>
static Eigen::Matrix<Scalar, 3, 1> cnoid::SgCamera::up |
( |
const Eigen::Transform< Scalar, 3, Mode, Options > & |
T | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: