+
Point of view
DECORATOR
expanded class POINT
Summary
Overview
creation features
exported features
  • is_equal (other: POINT): BOOLEAN
    Is other attached to an object considered equal to current object?
  • out: STRING
    Create a new string containing terse printable representation of current object.
  • hash_code: INTEGER_32
    The hash-code value of Current.
is_equal (other: POINT): BOOLEAN
effective function
Is other attached to an object considered equal to current object?
out: STRING
effective function
Create a new string containing terse printable representation of current object.
hash_code: INTEGER_32
effective function
The hash-code value of Current.
set (x_: INTEGER_32, y_: INTEGER_32)
effective procedure
set_x (x_: INTEGER_32)
effective procedure
set_y (y_: INTEGER_32)
effective procedure
to_external: POINTER
effective function
effective function
effective function
export_data (store: NATIVE_ARRAY[INTEGER_8], index: INTEGER_32)
effective procedure