Function scaleOf
Extract the scale transformation from the given matrix.
					
			gfm .math .vector .Vector!(float,3) scaleOf
			(
			
			  gfm .math .matrix .Matrix!(float,4,4) value
			
			) @property;
					
				
			Extract the scale transformation from the given matrix.
					
			gfm .math .vector .Vector!(float,3) scaleOf
			(
			
			  gfm .math .matrix .Matrix!(float,4,4) value
			
			) @property;