Source for file layout_profile.php
Documentation is available at layout_profile.php
// This file is part of the Sloodle project (www.sloodle.org)
* This file defines structures for managing Sloodle layout profiles.
* @copyright Copyright (c) 2008 Sloodle (various contributors)
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU GPL v3
* @contributor Peter R. Bloomfield
* Stores data for a single entry in a layout profile.
* Used with {@link SloodleCourse}
* The name of the object this entry represents.
* The position of the object, as a 3d vector, in string format "<x,y,z>"
* The rotation of the object, as a 3d vector of Euler angles, in string format "<x,y,z>"
* Sets the position as separate X,Y,Z components
* @param float $x The X component to set
* @param float $y The Y component to set
* @param float $z The Z component to set
* Sets the rotation as separate X,Y,Z components
* @param float $x The X component to set
* @param float $y The Y component to set
* @param float $z The Z component to set
Documentation generated on Mon, 07 Jul 2008 12:32:35 +0100 by phpDocumentor 1.4.0