![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
Classes | |
struct | s3d::Vector2D< Type > |
2 次元のベクトル More... | |
struct | s3d::Vector3D< Type > |
3 次元のベクトル More... | |
struct | s3d::Vector4D< Type > |
4 次元のベクトル More... | |
Namespaces | |
s3d | |
Typedefs | |
using | s3d::Size = Point |
2 次元のサイズベクトル(成分が int32 型) More... | |
using | s3d::Float2 = Vector2D< float > |
2 次元のベクトルを、float 型の要素 x, y で表現するクラスです。 More... | |
using | s3d::Vec2 = Vector2D< double > |
2 次元のベクトルを、double 型の要素 x, y で表現するクラスです。 More... | |
using | s3d::SizeF = Vec2 |
using | s3d::Float3 = Vector3D< float > |
using | s3d::Vec3 = Vector3D< double > |
using | s3d::Float4 = Vector4D< float > |
using | s3d::Vec4 = Vector4D< double > |