company logo

Point :: Point - Constructor

Implementation details

  1. Create copy
    Point  :: Point ( odabagui::Point &cPoint )
    • cPoint - Constant area position
  2. to list
  3. Empty point
    Point  :: Point (  )

    The constructor creates a point at position (0,0).

  4. to list
  5. Create point
    Point  :: Point ( int32 iHorizontal, int32 iVertical )

    The constructor creates a point at position (iHorizontal,iVertical).

    • iHorizontal - Horizontal Value

      Value for horizontal (x) position.

      Point

    • iVertical - Vertical Value

      Value for Vertical (y) Position

  6. to list