java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.math.ProductSurface
de.grogra.math.ExtrudedSurface
- All Implemented Interfaces:
ContextDependent
,BSplineSurface
,KnotVector
,VertexGrid
,VertexSet
,Manageable
,Shareable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.grogra.math.ProductSurface
profile$FIELD, trajectory$FIELD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getVertex
(float[] out, int index, GraphState gs) void
setUseScale
(boolean value) boolean
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
-
useScale$FIELD
-
-
Constructor Details
-
ExtrudedSurface
public ExtrudedSurface() -
ExtrudedSurface
-
-
Method Details
-
getManageableType
-
setUseScale
public void setUseScale(boolean value) -
usesScale
public boolean usesScale() -
getVertex
-