<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="vector permutation" version="1.0" type="maths">
  <DESCRIPTION>Re order a vector</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/maths/vectorpermutationplugit.html</HELP>
  <RESOURCE>
  </RESOURCE>
  <EDITOR>
    <SCRIPT path="./evecorder.pkg" />
    <PARAM name="order" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cvecorder.pkg" />
    <ACTION name="In" />
    <EVENT name="Out" />
  </CLIENT>
</PLUGIN>