pub struct SinusoidalPattern_Params { /* private fields */ }
Expand description

Parameters of SinusoidalPattern constructor

Parameters

  • width: Projector’s width.
  • height: Projector’s height.
  • nbrOfPeriods: Number of period along the patterns direction.
  • shiftValue: Phase shift between two consecutive patterns.
  • methodId: Allow to choose between FTP, PSP and FAPS.
  • nbrOfPixelsBetweenMarkers: Number of pixels between two consecutive markers on the same row.
  • setMarkers: Allow to set markers on the patterns.
  • markersLocation: vector used to store markers location on the patterns.

Implementations

Trait Implementations

Wrap the specified raw pointer Read more
Return an the underlying raw pointer while consuming this wrapper. Read more
Return the underlying raw pointer. Read more
Return the underlying mutable raw pointer Read more
Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.