X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseFloatMatrix4.h;h=18120fe40c69429443a7443da15cc4c396a6086b;hb=8f5f7c07039d34a2f4ccb9836ace7f7e0d54d08a;hp=faac9849162cb16bcb85b11136f6f9bc2697919f;hpb=49d7f3eaaa6ffce62d2c087df0119660a3d61392;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseFloatMatrix4.h b/inc/FBaseFloatMatrix4.h index faac984..18120fe 100644 --- a/inc/FBaseFloatMatrix4.h +++ b/inc/FBaseFloatMatrix4.h @@ -21,7 +21,6 @@ * This header file contains the declarations of the %FloatMatrix4 class. * */ - #ifndef _FBASE_FLOAT_MATRIX4_H_ #define _FBASE_FLOAT_MATRIX4_H_ @@ -246,7 +245,7 @@ public: * * @return A new instance of %FloatMatrix4 containing the resulting value of the operation * @param[in] value A @c float value to add - * @param[in] rhs An instance of %FloatMatrix4 + * @param[in] rhs An instance of %FloatMatrix4 */ _OSP_EXPORT_ friend FloatMatrix4 operator +(const float& value, const FloatMatrix4& rhs); @@ -257,7 +256,7 @@ public: * * @return A new instance of %FloatMatrix4 containing the resulting value of the operation * @param[in] value A @c float value to multiply - * @param[in] rhs An instance of %FloatMatrix4 + * @param[in] rhs An instance of %FloatMatrix4 */ _OSP_EXPORT_ friend FloatMatrix4 operator *(const float& value, const FloatMatrix4& rhs); @@ -268,7 +267,7 @@ public: * * @return A new instance of %FloatMatrix4 containing the resulting value of the operation * @param[in] value A @c float value to subtract - * @param[in] rhs An instance of %FloatMatrix4 + * @param[in] rhs An instance of %FloatMatrix4 */ _OSP_EXPORT_ friend FloatMatrix4 operator -(const float& value, const FloatMatrix4& rhs); @@ -280,7 +279,7 @@ public: * @return @c true if the values of the current instance is equal to the value of the specified instance, @n * else @c false * @param[in] obj An instance of %FloatMatrix4 - * @remarks This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances. + * @remarks This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances. */ virtual bool Equals(const Tizen::Base::Object& obj) const; @@ -291,7 +290,7 @@ public: * * @return The hash value of the current instance * @remarks Two equal instances must return the same hash value. For better performance, - * the used hash function must generate a random distribution for all inputs. + * the used hash function must generate a random distribution for all inputs. */ virtual int GetHashCode(void) const; @@ -372,7 +371,7 @@ public: * @since 2.0 * * @return An error code - * @exception E_SUCCESS The method is successful. + * @exception E_SUCCESS The method is successful. * @exception E_INVALID_OPERATION The current instance is not invertible. */ result Invert(void);