<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="poltocar" module="max" category="Math">
	<digest>
		Convert polar to cartesian coordinates
	</digest>
	<description>
		Converts a polar-coordinate pair consisting of distance and angle values into a cartesian-coordinate pair consisting of real and imaginary values.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			Math
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				amplitude/alpha input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				phase/theta input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				real/x output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				imaginary/y output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Output most recent values
			</digest>
			<description>
				Causes <o>poltocar</o> to output the very last conversion it has calculated.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="coordinate" optional="0" type="int" />
			</arglist>
			<digest>
				Convert polar value
			</digest>
			<description>
				Converted to <m>float</m>.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="coordinate" optional="0" type="float" />
			</arglist>
			<digest>
				Convert polar value
			</digest>
			<description>
				In left inlet: The distance portion of a polar coordinate pair to be converted into a Cartesian coordinate pair consisting of real and imaginary values. When used in an audio context, the value represents magnitude (amplitude) portion of a polar coordinate pair to be converted into a cartesian (real/imaginary) coordinate pair.
				<br />
				<br />
				In right inlet: The angle portion of a polar coordinate pair to be converted into a Cartesian coordinate pair consisting of real and imaginary values. When used in an audio context, the value represents the phase portion of a polar coordinate pair to be converted into a cartesian (real/imaginary) coordinate pair.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="poltocar.png" caption="Convert Polar to Cartesian coordinates" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="cos" />
		<seealso name="cartopol" />
		<seealso name="lcd" />
		<seealso name="sin" />
	</seealsolist>
	<misc name="Output">
		<entry name="float">
			<description>
				Out left outlet: The real portion of a Cartesian coordinate pair.
				<br />
				<br />
				Out right outlet: The imaginary portion of a Cartesian coordinate pair.
			</description>
		</entry>
	</misc>
</c74object>
