Uses of Class
de.grogra.xl.util.FloatList
Package
Description
-
Uses of FloatList in de.grogra.ext.x3d.util
ModifierConstructorDescriptionExtrusionComputation
(IntList coordIndexList, FloatList vertexList, FloatList normalList, FloatList uvList, float[] crossSection, float[] spine, boolean ccw) -
Uses of FloatList in de.grogra.imp3d
-
Uses of FloatList in de.grogra.imp3d.objects
Modifier and TypeMethodDescriptionvoid
PolygonMesh.setVertexData
(FloatList vertexData) protected void
NURBSPolygonizer.subdivideCurve
(FloatList v, float[] tmp, int part, int depth) -
Uses of FloatList in de.grogra.math
Modifier and TypeMethodDescriptionstatic int[]
BSpline.makeCompatible
(FloatList out, BSplineCurveList curves, float knotEps, int dimension, boolean makeRational, GraphState gs) protected static void
SubdivisionHelper.subdivide
(FloatList v, int dimension, int degree, int step, int blockCount, int blockStep, float[] tmp) protected void
SubdivisionHelper.subdivideCurve
(FloatList v, float[] tmp, int part, int depth) -
Uses of FloatList in de.grogra.mesh.renderer
Modifier and TypeMethodDescriptionCollectionMesh.getVertices
(RenderState rs, View v) MergeShapeVisitor.getVertices()
VertexCollector.getVertices()
-
Uses of FloatList in de.grogra.pointcloud.objects
Modifier and TypeMethodDescriptionCollectionCloud.getVertices
(RenderState rs, View v) give the vertices of the pointcloud -
Uses of FloatList in de.grogra.pointcloud.objects.impl
-
Uses of FloatList in de.grogra.ray2.tracing
-
Uses of FloatList in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic FloatList
Library.operator$shl
(FloatList list, float value) This operator method addsvalue
as last element tolist
.Modifier and TypeMethodDescriptionstatic MeshNode
Return aMeshNode
in shape of it indicated list of points.static float
Library.operator$index
(FloatList list, int index) This operator method is an alias forlist.get(index)
.static FloatList
Library.operator$shl
(FloatList list, float value) This operator method addsvalue
as last element tolist
. -
Uses of FloatList in de.grogra.xl.query
-
Uses of FloatList in de.grogra.xl.util
Modifier and TypeMethodDescriptionFloatList.addAll
(float[] v, int begin, int length) Appendslength
components ofv
to this list, starting at indexbegin
.Appends all elements ofv
to this list.final FloatList
FloatList.push
(float o) Pusheso
on top of this list, i.e., as last element.final FloatList
FloatList.push
(float o1, float o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final FloatList
FloatList.push
(float o1, float o2, float o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.