| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | <?xml version="1.0" encoding="UTF-8" ?> | 
					
						
							| 
									
										
										
										
											2022-08-05 18:51:38 +02:00
										 |  |  | <class name="VisualScriptMathConstant" inherits="VisualScriptNode" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	<brief_description> | 
					
						
							| 
									
										
										
										
											2017-10-14 20:11:00 -07:00
										 |  |  | 		Commonly used mathematical constants. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</brief_description> | 
					
						
							|  |  |  | 	<description> | 
					
						
							| 
									
										
										
										
											2018-04-15 11:40:31 -05:00
										 |  |  | 		Provides common math constants, such as Pi, on an output Data port. | 
					
						
							| 
									
										
										
										
											2017-10-14 20:11:00 -07:00
										 |  |  | 		[b]Input Ports:[/b] | 
					
						
							|  |  |  | 		none | 
					
						
							|  |  |  | 		[b]Output Ports:[/b] | 
					
						
							|  |  |  | 		- Data (variant): [code]get[/code] | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</description> | 
					
						
							|  |  |  | 	<tutorials> | 
					
						
							|  |  |  | 	</tutorials> | 
					
						
							|  |  |  | 	<methods> | 
					
						
							|  |  |  | 	</methods> | 
					
						
							|  |  |  | 	<members> | 
					
						
							| 
									
										
										
										
											2019-06-29 12:38:01 +02:00
										 |  |  | 		<member name="constant" type="int" setter="set_math_constant" getter="get_math_constant" enum="VisualScriptMathConstant.MathConstant" default="0"> | 
					
						
							| 
									
										
										
										
											2017-10-14 20:11:00 -07:00
										 |  |  | 			The math constant. | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 		</member> | 
					
						
							|  |  |  | 	</members> | 
					
						
							|  |  |  | 	<constants> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_ONE" value="0" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Unity: [code]1[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_PI" value="1" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Pi: [code]3.141593[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_HALF_PI" value="2" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Pi divided by two: [code]1.570796[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_TAU" value="3" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Tau: [code]6.283185[/code]. | 
					
						
							| 
									
										
										
										
											2017-11-04 10:34:27 +01:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_E" value="4" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_SQRT2" value="5" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Square root of two: [code]1.414214[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_INF" value="6" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Infinity: [code]inf[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_NAN" value="7" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2020-01-23 11:14:14 +01:00
										 |  |  | 			Not a number: [code]nan[/code]. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-11-24 23:16:30 +01:00
										 |  |  | 		<constant name="MATH_CONSTANT_MAX" value="8" enum="MathConstant"> | 
					
						
							| 
									
										
										
										
											2019-06-27 11:10:53 +02:00
										 |  |  | 			Represents the size of the [enum MathConstant] enum. | 
					
						
							| 
									
										
										
										
											2017-09-16 01:46:14 +02:00
										 |  |  | 		</constant> | 
					
						
							| 
									
										
										
										
											2017-09-12 17:42:36 -03:00
										 |  |  | 	</constants> | 
					
						
							|  |  |  | </class> |