Simply3DScan
Configuration.Camera Class Reference

Configuration of a camera More...

Public Attributes

float WorldHeight => this.WorldWidth*((float) this.Height/(float) this.Width)
 Gets the height of the world. More...
 

Properties

string Name [get, set]
 Gets or sets the name. More...
 
string Moniker [get, set]
 Gets or sets the moniker. More...
 
Coordinates WorldCoordinates [get, set]
 Gets or sets the world coordinates. More...
 
int Width [get, set]
 Gets or sets the width. More...
 
int Height [get, set]
 Gets or sets the height of the frame. More...
 
float WorldWidth [get, set]
 Gets or sets the width of the world. More...
 

Detailed Description

Configuration of a camera

Definition at line 7 of file Camera.cs.

Member Data Documentation

float Configuration.Camera.WorldHeight => this.WorldWidth*((float) this.Height/(float) this.Width)

Gets the height of the world.

The height of the world.

Definition at line 60 of file Camera.cs.

Property Documentation

int Configuration.Camera.Height
getset

Gets or sets the height of the frame.

The height of te frame.

Definition at line 46 of file Camera.cs.

string Configuration.Camera.Moniker
getset

Gets or sets the moniker.

The moniker.

Definition at line 22 of file Camera.cs.

string Configuration.Camera.Name
getset

Gets or sets the name.

The name.

Definition at line 15 of file Camera.cs.

int Configuration.Camera.Width
getset

Gets or sets the width.

The width.

Definition at line 38 of file Camera.cs.

Coordinates Configuration.Camera.WorldCoordinates
getset

Gets or sets the world coordinates.

The world coordinates.

Definition at line 30 of file Camera.cs.

float Configuration.Camera.WorldWidth
getset

Gets or sets the width of the world.

The width of the world.

Definition at line 53 of file Camera.cs.


The documentation for this class was generated from the following file: