Flowgraph Plugin - Math1
Author: Kevin "Cry-Vlok" Kirst
RenEvo Sofware & Designs
http://www.renevo.com/

Version: 1.0.1.2
Date: August 27, 2008

------------------------------------------------------------------------------
- 1. About
------------------------------------------------------------------------------
This Plugin adds six (6) custom Flowgraph Nodes that add more mathematical
operations you can execute from the Flowgraph.

------------------------------------------------------------------------------
- 2. Usage
------------------------------------------------------------------------------
To use this Plugin you will need to have installed the Flowgraph Plugin System
into your Crysis mod folder. Extract the Plugin Dll into your FGPlugins' bin32 and bin64
folders, according to the Dll version. Note that the Plugin's installer will
correctly copy the Plugin Dll files to the right folders. Once copied, just launch
your mod in the Sandbox Editor and the included nodes will appear in the Flowgraph
Editor.

------------------------------------------------------------------------------
- 3. Node Definitions
------------------------------------------------------------------------------
Name:		Trigonmetry:ArcSinus

Purpose: 	Calculates the arcsinus of a number in degrees.

In:		in - (Float) Number to calculate

Out:		out - (Float) Arcsinus of in



Name:		Trigonmetry:ArcCosinus

Purpose: 	Calculates the arccosinus of a number in degrees.

In:		in - (Float) Number to calculate

Out:		out - (Float) Arccosinus of in



Name:		Trigonmetry:ArcTangens

Purpose: 	Calculates the arctangens of a number in degrees.

In:		in - (Float) Number to calculate

Out:		out - (Float) ArcTangens of in



Name:		Math:Ceil

Purpose: 	Calculates the ceiling of a number.

In:		A - (Float) Number to calculate

Out:		out - (Float) Ceiling of the number



Name:		Math:Floor

Purpose: 	Calculates the floor of a number.

In:		A - (Float) Number to calculate

Out:		out - (Float) Floor of the number



Name:		Math:Round

Purpose: 	Rounds a number using mathematical rules.

In:		A - (Float) Number to round

Out:		out - (Int) Rounded number

------------------------------------------------------------------------------
- 4. Contact
------------------------------------------------------------------------------
Name: Kevin "Cry-Vlok" Kirst
Email: kkirst@gmail.com

