View Source Evision.Detail.BundleAdjusterRay (Evision v0.2.7)

Summary

Types

t()

Type that represents an Detail.BundleAdjusterRay struct.

Types

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

Type that represents an Detail.BundleAdjusterRay struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec bundleAdjusterRay() :: t() | {:error, String.t()}

BundleAdjusterRay

Return
  • self: Evision.Detail.BundleAdjusterRay.t()

Python prototype (for reference only):

BundleAdjusterRay() -> <detail_BundleAdjusterRay object>
Link to this function

bundleAdjusterRay(named_args)

View Source
@spec bundleAdjusterRay(Keyword.t()) :: any() | {:error, String.t()}