|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Imaginable: the interface which defines complex operations. Similar to the Divisible interface.
Copyright: Copyright (c) 2003
Company: Rubecula Software
Method Summary | |
Imaginable |
complement()
Method to determine the complex complement (i.e. the conjugate) of this Imaginable. |
Value |
magnitude()
Method to determine the magnitude of this Imaginable. |
Value |
phase()
Method to determine the phase, also known as the argument, of this Imaginable. |
Imaginable |
rotate(Value angle)
Method to rotate this (in Complex space). |
Method Detail |
public Imaginable complement()
public Imaginable rotate(Value angle)
angle
- the angle by which this is to be rotated (counter-clockwise).
public Value magnitude()
public Value phase()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |