public abstract class ParametricEquation2 extends Object
Constructor and Description |
---|
ParametricEquation2() |
Modifier and Type | Method and Description |
---|---|
abstract Coord3d |
apply(double t,
double u) |
List<Coord3d> |
apply(double tmin,
double tmax,
int tsteps,
double umin,
double umax,
int usteps) |
Copyright © 2016. All rights reserved.