Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_matrix2x2_property.h File Reference

Specifies matrix2x2 property. More...

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 KzuMatrix2x2PropertyTypekzuMatrix2x2PropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns matrix property type from property type. More...
 
struct KzuPropertyTypekzuMatrix2x2PropertyTypeToPropertyType (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...
 

Detailed Description

Specifies matrix2x2 property.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

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.