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

Property accessors for KzuCameraNode. More...

Functions

kzBool kzuCameraNodeIsDisableAspectRatio (const struct KzuCameraNode *cameraNode)
 Gets the value of property DisableAspectRatio in cameraNode. More...
 
kzsError kzuCameraNodeSetDisableAspectRatio (const struct KzuCameraNode *cameraNode, kzBool value)
 Sets the value of property DisableAspectRatio in cameraNode. More...
 
kzFloat kzuCameraNodeGetZNear (const struct KzuCameraNode *cameraNode)
 Gets the value of property ZNear in cameraNode. More...
 
kzsError kzuCameraNodeSetZNear (const struct KzuCameraNode *cameraNode, kzFloat value)
 Sets the value of property ZNear in cameraNode. More...
 
kzFloat kzuCameraNodeGetZFar (const struct KzuCameraNode *cameraNode)
 Gets the value of property ZFar in cameraNode. More...
 
kzsError kzuCameraNodeSetZFar (const struct KzuCameraNode *cameraNode, kzFloat value)
 Sets the value of property ZFar in cameraNode. More...
 
enum KzuProjectionType kzuCameraNodeGetProjectionType (const struct KzuCameraNode *cameraNode)
 Gets the value of property ProjectionType in cameraNode. More...
 
kzsError kzuCameraNodeSetProjectionType (const struct KzuCameraNode *cameraNode, enum KzuProjectionType value)
 Sets the value of property ProjectionType in cameraNode. More...
 
enum KzuOrthogonalCoordinateSystem kzuCameraNodeGetOrthogonalCoordinateSystemType (const struct KzuCameraNode *cameraNode)
 Gets the value of property OrthogonalCoordinateSystemType in cameraNode. More...
 
kzsError kzuCameraNodeSetOrthogonalCoordinateSystemType (const struct KzuCameraNode *cameraNode, enum KzuOrthogonalCoordinateSystem value)
 Sets the value of property OrthogonalCoordinateSystemType in cameraNode. More...
 
kzFloat kzuCameraNodeGetOrthogonalPlaneHeight (const struct KzuCameraNode *cameraNode)
 Gets the value of property OrthogonalPlaneHeight in cameraNode. More...
 
kzsError kzuCameraNodeSetOrthogonalPlaneHeight (const struct KzuCameraNode *cameraNode, kzFloat value)
 Sets the value of property OrthogonalPlaneHeight in cameraNode. More...
 
enum KzuFieldOfViewType kzuCameraNodeGetFovType (const struct KzuCameraNode *cameraNode)
 Gets the value of property FovType in cameraNode. More...
 
kzsError kzuCameraNodeSetFovType (const struct KzuCameraNode *cameraNode, enum KzuFieldOfViewType value)
 Sets the value of property FovType in cameraNode. More...
 
kzFloat kzuCameraNodeGetFov (const struct KzuCameraNode *cameraNode)
 Gets the value of property Fov in cameraNode. More...
 
kzsError kzuCameraNodeSetFov (const struct KzuCameraNode *cameraNode, kzFloat value)
 Sets the value of property Fov in cameraNode. More...
 
kzFloat kzuCameraNodeGetOrientationAngle (const struct KzuCameraNode *cameraNode)
 Gets the value of property OrientationAngle in cameraNode. More...
 
kzsError kzuCameraNodeSetOrientationAngle (const struct KzuCameraNode *cameraNode, kzFloat value)
 Sets the value of property OrientationAngle in cameraNode. More...
 
struct KzcVector2 kzuCameraNodeGetScreenSpaceShift (const struct KzuCameraNode *cameraNode)
 Gets the value of property ScreenSpaceShift in cameraNode. More...
 
kzsError kzuCameraNodeSetScreenSpaceShift (const struct KzuCameraNode *cameraNode, struct KzcVector2 value)
 Sets the value of property ScreenSpaceShift in cameraNode. More...
 

Detailed Description

Property accessors for KzuCameraNode.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzBool kzuCameraNodeIsDisableAspectRatio ( const struct KzuCameraNode cameraNode)

Gets the value of property DisableAspectRatio in cameraNode.

kzsError kzuCameraNodeSetDisableAspectRatio ( const struct KzuCameraNode cameraNode,
kzBool  value 
)

Sets the value of property DisableAspectRatio in cameraNode.

kzFloat kzuCameraNodeGetZNear ( const struct KzuCameraNode cameraNode)

Gets the value of property ZNear in cameraNode.

kzsError kzuCameraNodeSetZNear ( const struct KzuCameraNode cameraNode,
kzFloat  value 
)

Sets the value of property ZNear in cameraNode.

kzFloat kzuCameraNodeGetZFar ( const struct KzuCameraNode cameraNode)

Gets the value of property ZFar in cameraNode.

kzsError kzuCameraNodeSetZFar ( const struct KzuCameraNode cameraNode,
kzFloat  value 
)

Sets the value of property ZFar in cameraNode.

enum KzuProjectionType kzuCameraNodeGetProjectionType ( const struct KzuCameraNode cameraNode)

Gets the value of property ProjectionType in cameraNode.

kzsError kzuCameraNodeSetProjectionType ( const struct KzuCameraNode cameraNode,
enum KzuProjectionType  value 
)

Sets the value of property ProjectionType in cameraNode.

enum KzuOrthogonalCoordinateSystem kzuCameraNodeGetOrthogonalCoordinateSystemType ( const struct KzuCameraNode cameraNode)

Gets the value of property OrthogonalCoordinateSystemType in cameraNode.

kzsError kzuCameraNodeSetOrthogonalCoordinateSystemType ( const struct KzuCameraNode cameraNode,
enum KzuOrthogonalCoordinateSystem  value 
)

Sets the value of property OrthogonalCoordinateSystemType in cameraNode.

kzFloat kzuCameraNodeGetOrthogonalPlaneHeight ( const struct KzuCameraNode cameraNode)

Gets the value of property OrthogonalPlaneHeight in cameraNode.

kzsError kzuCameraNodeSetOrthogonalPlaneHeight ( const struct KzuCameraNode cameraNode,
kzFloat  value 
)

Sets the value of property OrthogonalPlaneHeight in cameraNode.

enum KzuFieldOfViewType kzuCameraNodeGetFovType ( const struct KzuCameraNode cameraNode)

Gets the value of property FovType in cameraNode.

kzsError kzuCameraNodeSetFovType ( const struct KzuCameraNode cameraNode,
enum KzuFieldOfViewType  value 
)

Sets the value of property FovType in cameraNode.

kzFloat kzuCameraNodeGetFov ( const struct KzuCameraNode cameraNode)

Gets the value of property Fov in cameraNode.

kzsError kzuCameraNodeSetFov ( const struct KzuCameraNode cameraNode,
kzFloat  value 
)

Sets the value of property Fov in cameraNode.

kzFloat kzuCameraNodeGetOrientationAngle ( const struct KzuCameraNode cameraNode)

Gets the value of property OrientationAngle in cameraNode.

kzsError kzuCameraNodeSetOrientationAngle ( const struct KzuCameraNode cameraNode,
kzFloat  value 
)

Sets the value of property OrientationAngle in cameraNode.

struct KzcVector2 kzuCameraNodeGetScreenSpaceShift ( const struct KzuCameraNode cameraNode)

Gets the value of property ScreenSpaceShift in cameraNode.

kzsError kzuCameraNodeSetScreenSpaceShift ( const struct KzuCameraNode cameraNode,
struct KzcVector2  value 
)

Sets the value of property ScreenSpaceShift in cameraNode.