aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/gra/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/gra/Camera.h')
-rw-r--r--meowpp/gra/Camera.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/meowpp/gra/Camera.h b/meowpp/gra/Camera.h
index 2b6347c..174b196 100644
--- a/meowpp/gra/Camera.h
+++ b/meowpp/gra/Camera.h
@@ -14,7 +14,7 @@ namespace meow {
/*!
* @brief Camera
*
- * 實際上就是一個 \c Photo 加上一個 \c Rotation3D.
+ * 實際上就是一個 \c Photo 加上一個 \c Rotation3D.
* 另外附有 fixedPoint, 可以用來定位時參考
*
* @author cat_leopard
@@ -46,7 +46,7 @@ public:
*/
Camera(): self() {
}
-
+
/*!
* @brief copy constructor
*/
@@ -58,7 +58,7 @@ public:
*/
~Camera() {
}
-
+
/*!
* @brief 複製資料
*/
@@ -66,7 +66,7 @@ public:
self().copyFrom(b.self);
return *this;
}
-
+
/*!
* @brief 參照
*/
@@ -90,7 +90,7 @@ public:
}
/*!
- * @brief 設定 photo
+ * @brief 設定 photo
*/
Photo<Pixel> const& photo(Photo<Pixel> const& pho) {
self()->photo_.copyFrom(pho);
@@ -165,7 +165,7 @@ public:
return self->photo_.color(
Vector3D<double>(rotation().transformate(p.matrix())));
}
-
+
/*!
* @brief same as \c copyFrom(b)
*/