|
Kanzi Graphics Engine
|
Specifies matrix2x2 property. More...
#include <core/util/math/kzc_matrix2x2.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>Functions | |
| kzsError | kzuMatrix2x2PropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzcMatrix2x2 defaultValue, struct KzuMatrix2x2PropertyType **out_matrix2x2PropertyType) |
| Creates a new matrix property type. More... | |
| kzsError | kzuMatrix2x2PropertyTypeDelete (struct KzuMatrix2x2PropertyType *matrix2x2PropertyType) |
| Deletes matrix property type. More... | |
| kzsError | kzuMatrix2x2PropertyTypeLoadFromKzb (struct KzuMatrix2x2PropertyType *matrix2x2PropertyType, struct KzcInputStream *inputStream) |
| Loads matrix property type from KZB. More... | |
| struct KzuMatrix2x2PropertyType * | kzuMatrix2x2PropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType) |
| Returns matrix property type from property type. More... | |
| struct KzuPropertyType * | kzuMatrix2x2PropertyTypeToPropertyType (const struct KzuMatrix2x2PropertyType *matrix2x2PropertyType) |
| Returns property type from matrix property type. More... | |
| struct KzcMatrix2x2 | kzuMatrix2x2PropertyTypeGetDefaultValue (const struct KzuMatrix2x2PropertyType *matrix2x2PropertyType) |
| Gets the default value of matrix property type. More... | |
Specifies matrix2x2 property.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuMatrix2x2PropertyTypeCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| kzString | name, | ||
| struct KzcMatrix2x2 | defaultValue, | ||
| struct KzuMatrix2x2PropertyType ** | out_matrix2x2PropertyType | ||
| ) |
Creates a new matrix property type.
| kzsError kzuMatrix2x2PropertyTypeDelete | ( | struct KzuMatrix2x2PropertyType * | matrix2x2PropertyType) |
Deletes matrix property type.
| kzsError kzuMatrix2x2PropertyTypeLoadFromKzb | ( | struct KzuMatrix2x2PropertyType * | matrix2x2PropertyType, |
| struct KzcInputStream * | inputStream | ||
| ) |
Loads matrix property type from KZB.
| struct KzuMatrix2x2PropertyType* kzuMatrix2x2PropertyTypeFromPropertyType | ( | const struct KzuPropertyType * | propertyType) |
Returns matrix property type from property type.
| struct KzuPropertyType* kzuMatrix2x2PropertyTypeToPropertyType | ( | const struct KzuMatrix2x2PropertyType * | matrix2x2PropertyType) |
Returns property type from matrix property type.
| struct KzcMatrix2x2 kzuMatrix2x2PropertyTypeGetDefaultValue | ( | const struct KzuMatrix2x2PropertyType * | matrix2x2PropertyType) |
Gets the default value of matrix property type.