Package | Description |
---|---|
org.rvpf.base.value |
Point value classes.
|
Modifier and Type | Field and Description |
---|---|
static Complex.Cartesian |
Complex.Cartesian.I |
static Complex.Cartesian |
Complex.Cartesian.ONE |
static Complex.Cartesian |
Complex.Cartesian.TWO |
Modifier and Type | Method and Description |
---|---|
static Complex.Cartesian |
Complex.cartesian(double real,
double imaginary)
Returns a complex number with cartesian representation.
|
Complex.Cartesian |
Complex.Cartesian.negate()
Negates this number.
|
abstract Complex.Cartesian |
Complex.toCartesian()
Returns a cartesian representation of this.
|
Complex.Cartesian |
Complex.Cartesian.toCartesian()
Returns a cartesian representation of this.
|
Complex.Cartesian |
Complex.Polar.toCartesian()
Returns a cartesian representation of this.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.