java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.math.ProductSurface
de.grogra.math.SwungSurface
- All Implemented Interfaces:
ContextDependent
,BSplineSurface
,KnotVector
,VertexGrid
,VertexSet
,Manageable
,Shareable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SwungSurface.Type
static final SCOType.Field
static final SCOType.Field
Fields inherited from class de.grogra.math.ProductSurface
profile$FIELD, trajectory$FIELD
-
Constructor Summary
ConstructorsConstructorDescriptionSwungSurface
(BSplineCurve profile, BSplineCurve trajectory, float shift, float scale) -
Method Summary
Methods inherited from class de.grogra.math.ProductSurface
dependsOnContext, getDimension, getKnot, getProfile, getTrajectory, getUDegree, getUSize, getVDegree, getVertexIndex, getVSize, isRational, setProfile, setTrajectory, writeStamp
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
-
Field Details
-
$TYPE
-
shift$FIELD
-
scale$FIELD
-
-
Constructor Details
-
SwungSurface
public SwungSurface() -
SwungSurface
-
-
Method Details
-
getManageableType
-
getShift
public float getShift() -
setShift
public void setShift(float value) -
getScale
public float getScale() -
setScale
public void setScale(float value) -
getVertex
-