Using Position Control

   Print  Previous  Next

Functions Provided For Setting The Position

The following table provides an overview of all functions the effect can use to modify the position:

Function

Description

void SetPositionX(float value)

Sets the Position X value in percent of the matrix position.

float GetPositionX()

Returns the current Position X.

void SetPositionY(float value)

Sets the Position Y value in percent of the matrix position.

float GetPositionY()

Returns the current Position Y.

void SetPositionZ(float value)

Sets the Position Z value in percent of the matrix position.

float GetPositionZ()

Returns the current Position Z.

void SetPosition(float x, float y, float z)

Sets the position values X, Y, Z in percent.

void SetPixelPositionX(int value)

Sets the Position X value in pixels.

int GetPixelPositionX()

Returns the current Position X.

void SetPixelPositionY(int value)

Sets the Position Y value in pixels.

int GetPixelPositionY()

Returns the current Position Y.

void SetPixelPositionZ(int value)

Sets the Position Z value in pixels.

int GetPixelPositionZ(void)

Returns the current Position Z.

void SetPixelPosition(int x, int y, int z)

Sets the position values X, Y, Z in percent.

 

MADRIX Version: 3.6j | Script Version: 2.22
[Ctrl & +/-] = Zoom In/Out | [Ctrl & 0] = 100%
Print   Previous   Next