View Source Evision.Detail.SphericalProjector (Evision v0.1.25)
Link to this section Summary
Types
Type that represents an Evision.Detail.SphericalProjector
struct.
Link to this section Types
@type t() :: %Evision.Detail.SphericalProjector{ref: reference()}
Type that represents an Evision.Detail.SphericalProjector
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
mapBackward
Positional Arguments
- self:
Evision.Detail.SphericalProjector.t()
- u:
float
- v:
float
- x:
float
- y:
float
Python prototype (for reference only):
mapBackward(u, v, x, y) -> None
mapForward
Positional Arguments
- self:
Evision.Detail.SphericalProjector.t()
- x:
float
- y:
float
- u:
float
- v:
float
Python prototype (for reference only):
mapForward(x, y, u, v) -> None