Initializes a new instance of the Posit class.
Namespace:
AForge.Math.GeometryAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- model
- Type: array<
AForge.Math..::.Vector3
>[]()[]
Array of vectors containing coordinates of four real model's point (points must not be on the same plane).
- focalLength
- Type: System..::.Single
Effective focal length of the camera used to capture the model.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | The model must have 4 points. |