Content


NTL
Core
IPropertyMatrix

IPropertyMatrix



Describes single state property of type Mat4f.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyMatrix :public virtual IProperty
{
public:
    virtual Mat4f getValue() = 0; // Return value

    virtual bool setValue(const Mat4f value) = 0; // Set value
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyMatrix.h