Index
All Classes|All Packages
S
- setCoefficient(float) - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Sets the coefficient.
- setImaginaryNumber(float) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Sets the the imaginary part of the complex number.
- setRadicand(int) - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Sets the radicand.
- setRealNumber(float) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Sets the the real part of the complex number.
- setSlope(float) - Method in class com.aidano7.bison.algebra.equations.LinearEquation
-
Sets the slope.
- setX(float) - Method in class com.aidano7.bison.linearAlgebra.Vector3
-
Sets the new X component of the vector.
- setY(float) - Method in class com.aidano7.bison.linearAlgebra.Vector3
-
Sets the new Y component of the vector.
- setYIntercept(float) - Method in class com.aidano7.bison.algebra.equations.LinearEquation
-
Sets the y-intercept.
- setZ(float) - Method in class com.aidano7.bison.linearAlgebra.Vector3
-
Sets the new Z component of the vector.
- square() - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Squares this using the static method in ComplexNumber.
- square(ComplexNumber) - Static method in class com.aidano7.bison.algebra.ComplexNumber
-
Squaring a complex number is the same as multiplying it by itself, so writing another function is not necessary.
- subtract(ComplexNumber) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Subtracts this and complexNumber using the static method in ComplexNumber.
- subtract(ComplexNumber, ComplexNumber) - Static method in class com.aidano7.bison.algebra.ComplexNumber
-
To subtract a complex number to another, simply subtract the real part, then the imaginary part.
- subtract(RadicalNumber) - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Subtracts this and radicalNumber using the static method.
- subtract(RadicalNumber, RadicalNumber) - Static method in class com.aidano7.bison.algebra.RadicalNumber
-
Subtracts the two numbers if both radicands are equal.
All Classes|All Packages