Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
gamp::graph::AffineTransform Member List

This is the complete list of members for gamp::graph::AffineTransform, including all inherited members.

AffineTransform() noexceptgamp::graph::AffineTransforminline
AffineTransform(const float m00_, const float m10_, const float m01_, const float m11_, const float m02_, const float m12_) noexceptgamp::graph::AffineTransforminline
AffineTransform(const float mat2xN[], const jau::nsize_t mat_len) noexceptgamp::graph::AffineTransforminline
AffineTransform(const AffineTransform &o) noexcept=defaultgamp::graph::AffineTransform
AffineTransform(AffineTransform &&o) noexcept=defaultgamp::graph::AffineTransform
concat(const AffineTransform &tR) noexceptgamp::graph::AffineTransforminline
createInverse() constgamp::graph::AffineTransforminline
deltaTransform(const float src[], float dst[], size_t length) const noexceptgamp::graph::AffineTransforminline
determinant() const noexceptgamp::graph::AffineTransforminline
equals(const AffineTransform &o, const float epsilon=std::numeric_limits< float >::epsilon()) const noexceptgamp::graph::AffineTransforminline
getMatrix(float mat2xN[], const jau::nsize_t mat_len) const noexceptgamp::graph::AffineTransforminline
getType() const noexceptgamp::graph::AffineTransforminline
inverseTransform(const float src[], float dst[], size_t length) constgamp::graph::AffineTransforminline
isIdentity() const noexceptgamp::graph::AffineTransforminline
mul(const AffineTransform &tL, const AffineTransform &tR) noexceptgamp::graph::AffineTransforminlinestatic
operator=(const AffineTransform &) noexcept=defaultgamp::graph::AffineTransform
operator=(AffineTransform &&) noexcept=defaultgamp::graph::AffineTransform
operator==(const AffineTransform &rhs) const noexceptgamp::graph::AffineTransforminline
preConcat(const AffineTransform &tL) noexceptgamp::graph::AffineTransforminline
resizeBox(AABBox3f &box, const AABBox3f &newBox) noexceptgamp::graph::AffineTransforminline
rotate(const float angle, AffineTransform &tmp) noexceptgamp::graph::AffineTransforminline
rotate(const float angle, const float px, const float py, AffineTransform &tmp) noexceptgamp::graph::AffineTransforminline
scale(const float scx, const float scy, AffineTransform &tmp) noexceptgamp::graph::AffineTransforminline
scaleX() const noexceptgamp::graph::AffineTransforminline
scaleY() const noexceptgamp::graph::AffineTransforminline
set(const float m00_, const float m10_, const float m01_, const float m11_, const float m02_, const float m12_) noexceptgamp::graph::AffineTransforminline
setToIdentity() noexceptgamp::graph::AffineTransforminline
setToRotation(const float angle) noexceptgamp::graph::AffineTransforminline
setToRotation(const float angle, const float px, const float py) noexceptgamp::graph::AffineTransforminline
setToScale(const float scx, const float scy) noexceptgamp::graph::AffineTransforminline
setToShear(const float shx, const float shy) noexceptgamp::graph::AffineTransforminline
setToTranslation(const float mx, const float my) noexceptgamp::graph::AffineTransforminline
shear(const float shx, const float shy, AffineTransform &tmp) noexceptgamp::graph::AffineTransforminline
shearX() const noexceptgamp::graph::AffineTransforminline
shearY() const noexceptgamp::graph::AffineTransforminline
toString() const noexceptgamp::graph::AffineTransforminline
transform(const AABBox3f &src, AABBox3f &dst) const noexceptgamp::graph::AffineTransforminline
transform(const float src[], float dst[]) const noexceptgamp::graph::AffineTransforminline
transform(const float src[], float dst[], size_t length) const noexceptgamp::graph::AffineTransforminline
transform(const Vec2f &src, Vec2f &dst) const noexceptgamp::graph::AffineTransforminline
transform(const Vec2f &src) const noexceptgamp::graph::AffineTransforminline
transform(const Vec3f &src, Vec3f &dst) const noexceptgamp::graph::AffineTransforminline
transform(const Vec3f &src) const noexceptgamp::graph::AffineTransforminline
translate(const float mx, const float my, AffineTransform &tmp) noexceptgamp::graph::AffineTransforminline
translateX() const noexceptgamp::graph::AffineTransforminline
translateY() const noexceptgamp::graph::AffineTransforminline
ZEROgamp::graph::AffineTransformstatic