Class | Description |
---|---|
DecimalFunctions |
Functions working on
float and double values while taking in account their representation in base 10. |
Line |
Equation of a line in a two dimensional space (x,y).
|
MathFunctions |
Simple mathematical functions in addition to the ones provided in
Math . |
Plane |
Equation of a plane in a three-dimensional space (x,y,z).
|
Statistics |
Holds some statistics derived from a series of sample values.
|
StatisticsFormat |
Formats a
Statistics object. |
Enum | Description |
---|---|
FunctionProperty |
The manners in which the inputs of a function are mapped to the outputs.
|
MathFunctions
and DecimalFunctions
.Statistics
accumulator, optionally with statistics on derivatives
and tabular formatting.Line
and Plane
with capability to determine the coefficients from a set of coordinates.Line
and Plane
classes are not geometric objects since they are not bounded in space.
For example the Line2D
geometry have starting and ending points, while the
Line
class in this package extends to infinite.Defined in the sis-utility
module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.