Function | Description |
---|---|
!= | Returns true if the operands don't coincide |
– | Component-wise subtraction of one BPoint from another |
–= | Component-wise subtraction of one BPoint from another |
+ | Component-wise addition of two BPoints |
+= | Component-wise addition of two BPoints |
= | Assigns the value of one BPoint to another |
== | Returns true if the operands coincide |
ConstrainTo() | Constrains point to lie within a BRect |
BPoint() | Constructor |
PrintToStream() | Outputs contents of BPoint to standard output |
Set() | Assigns coordinates to the BPoint |
The Interface Kit Table of Contents | The Interface Kit Index |
Copyright © 1999 Be, Inc. All rights reserved.
Text last modified