Uses of Class
org.scilab.forge.scirenderer.tranformations.Vector4d
-
-
Uses of Vector4d in org.scilab.forge.scirenderer.clipping
Methods in org.scilab.forge.scirenderer.clipping that return Vector4d Modifier and Type Method Description Vector4d
ClippingPlane. getEquation()
Return the plane equation.Methods in org.scilab.forge.scirenderer.clipping with parameters of type Vector4d Modifier and Type Method Description void
ClippingPlane. setEquation(Vector4d v)
Set the clipping plane equation. -
Uses of Vector4d in org.scilab.forge.scirenderer.implementation.g2d.clipping
Methods in org.scilab.forge.scirenderer.implementation.g2d.clipping that return Vector4d Modifier and Type Method Description Vector4d
G2DClippingPlane. getEquation()
Methods in org.scilab.forge.scirenderer.implementation.g2d.clipping with parameters of type Vector4d Modifier and Type Method Description void
G2DClippingPlane. setEquation(Vector4d v)
-
Uses of Vector4d in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Vector4d Modifier and Type Method Description abstract java.util.List<ConvexObject>
ConvexObject. breakObject(Vector4d v)
Abstract method Break this ConvexObject against a planejava.util.List<ConvexObject>
Segment. breakObject(Vector4d v)
java.util.List<ConvexObject>
SpritedRectangle. breakObject(Vector4d v)
java.util.List<ConvexObject>
Triangle. breakObject(Vector4d v)
-
Uses of Vector4d in org.scilab.forge.scirenderer.implementation.jogl.clipping
Methods in org.scilab.forge.scirenderer.implementation.jogl.clipping that return Vector4d Modifier and Type Method Description Vector4d
JoGLClippingPlane. getEquation()
Methods in org.scilab.forge.scirenderer.implementation.jogl.clipping with parameters of type Vector4d Modifier and Type Method Description void
JoGLClippingPlane. setEquation(Vector4d v)
-