class RenormalizablePoints
|
A points structure in which there is a current value and a normal value
More... |
|
|
Public Members
Protected Members
Detailed Description
A points structure in which there is a current value and a normal value
Creates a new RenormalizablePoints with current and normal 0
RenormalizablePoints (int value)
|
Creates a new RenormalizablePoints with current and normal values value
Sets the normal value of the RenormalizablePoints to val
[const] Returns the current value
void setCurrent (int val)
|
Sets the current value to val.
Returns the current value to the normal value.
Increments the current value.
Decrements the current value.
int operator+ (int operand)
|
[const] Sums the current value and the operand.
int operator- (int operand)
|
[const] Takes the difference of the current value and the operand.
Assigns a new current value to the RPoints
Changes the normal value to match the current value.
Returns the normal value of the RPoints
[protected] The value this variable has currently
[protected] The value this object renormalize()s to.
[protected] Increments the normal value and renormalizes
- Author: Daniel Roberge
- Generated: droberge@magebook.localdomain on Mon Jul 3 13:20:08 200.