Creates a new instance of CalibrationPoint.
| C# | Visual Basic | Visual C++ |
public CalibrationPoint( Vector2 screenPosition, Vector2 correctionVector, Vector2 textureOffset )
Public Sub New ( _ screenPosition As Vector2, _ correctionVector As Vector2, _ textureOffset As Vector2 _ )
public: CalibrationPoint( Vector2 screenPosition, Vector2 correctionVector, Vector2 textureOffset )
- screenPosition (Vector2)
- The original screen position.
- correctionVector (Vector2)
- The correction vector between the screen position and the sampled point.
- textureOffset (Vector2)
- The offset of the texture used for visualzation (TexturePosition = screenPosition + textureOffset).