View Source Evision.Detail.SphericalProjector (Evision v0.1.38)

Summary

Types

t()

Type that represents an Detail.SphericalProjector struct.

Types

@type t() :: %Evision.Detail.SphericalProjector{ref: reference()}

Type that represents an Detail.SphericalProjector struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

mapBackward(self, u, v, x, y)

View Source
@spec mapBackward(t(), number(), number(), number(), number()) ::
  t() | {:error, String.t()}

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
Link to this function

mapForward(self, x, y, u, v)

View Source
@spec mapForward(t(), number(), number(), number(), number()) ::
  t() | {:error, String.t()}

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