FloatPair

class bagPy.FloatPair[source]

Bases: object

Proxy of C++ std::pair< float,float > class.

__init__(FloatPair self) -> FloatPair __init__(FloatPair self, float first, float second) -> FloatPair

Parameters:
  • first (float) –

  • second (float) –

  • self (__init__(FloatPair) –

  • FloatPair (FloatPair other) ->) –

  • other (std::pair< float,float > const &) –

Attributes Summary

first

float

second

float

thisown

The membership flag

Attributes Documentation

first

float

Type:

first

second

float

Type:

second

thisown

The membership flag

__init__(FloatPair self) FloatPair[source]
__init__(FloatPair self, float first, float second) FloatPair
Parameters:
  • first (float) –

  • second (float) –

  • self (__init__(FloatPair) –

  • FloatPair (FloatPair other) ->) –

  • other (std::pair< float,float > const &) –

property first

float

Type:

first

property second

float

Type:

second

property thisown

The membership flag