Home
last modified time | relevance | path

Searched refs:Vector3 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h122 void SetBaseCamera(const nn::math::Vector3 *position, const nn::math::Vector3 *rightDir,
123 const nn::math::Vector3 *upDir, const nn::math::Vector3 *targetDir);
242 nn::math::Vector3 position; //!< カメラの位置
243 nn::math::Vector3 rightDir; //!< カメラの右方向の単位ベクトル
244 nn::math::Vector3 upDir; //!< カメラの上方向の単位ベクトル
245 nn::math::Vector3 targetDir; //!< カメラの注視点方向の単位ベクトル
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector3.h239 typedef struct VEC3 Vector3; typedef