First (sort-of) working version of a pinhole camera model. Improvement idea: - Stretch result image to the whole size
		
			
				
	
	
		
			17 lines
		
	
	
		
			312 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			312 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
 | 
						|
BinPackArguments: 'false'
 | 
						|
BinPackParameters: 'false'
 | 
						|
BreakStringLiterals: 'false'
 | 
						|
ColumnLimit: '120'
 | 
						|
IndentCaseLabels: 'false'
 | 
						|
IndentPPDirectives: None
 | 
						|
IndentWidth: '4'
 | 
						|
BreakBeforeBraces: 'Custom'
 | 
						|
BraceWrapping:
 | 
						|
  AfterEnum: 'true'
 | 
						|
  AfterStruct: 'true'
 | 
						|
  AfterFunction: 'true'
 | 
						|
SortIncludes: 'false'
 | 
						|
...
 |