/usr/share/freemat/help/text/glclump.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | GLCLUMP GLCLUMP Create a GL Clump
Usage
Defines an aggregate clump of objects that can be treated
as a node. A GL Clump is defined by a vector consisting
of the following elements:
[r1 g1 b1 n1 p1 p2 p3 ... r2 g2 b2 n2 p1 p2 p3 ... ]
i.e., an RGB color spec, followed by a point count ni, followed
by a length ni vector of coordinates that are x,y,z triplets.
The usage of this function is
glclump(name,vector)
where name is the name of the clump and vector is the aforementioned
vector of points.
|