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 Vector4dClippingPlane. getEquation()Return the plane equation.Methods in org.scilab.forge.scirenderer.clipping with parameters of type Vector4d Modifier and Type Method Description voidClippingPlane. 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 Vector4dG2DClippingPlane. getEquation()Methods in org.scilab.forge.scirenderer.implementation.g2d.clipping with parameters of type Vector4d Modifier and Type Method Description voidG2DClippingPlane. 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 Vector4dJoGLClippingPlane. getEquation()Methods in org.scilab.forge.scirenderer.implementation.jogl.clipping with parameters of type Vector4d Modifier and Type Method Description voidJoGLClippingPlane. setEquation(Vector4d v)
-