Uses of Class
dev.secondsun.geometry.Vertex2D
Packages that use Vertex2D
-
Uses of Vertex2D in dev.secondsun.geometry
Methods in dev.secondsun.geometry that return Vertex2DModifier and TypeMethodDescriptionQuad.A()Returns the value of theArecord component.Quad.B()Returns the value of theBrecord component.Quad.C()Returns the value of theCrecord component.Quad.D()Returns the value of theDrecord component.Texture.origin()Returns the value of theoriginrecord component.Vertex2D.rotateX(float rotX)Vertex2D.rotateY(float rotY)Vertex2D.rotateZ(int rotZ)Vertex2D.scale(float factor)Vertex2D.translateX(float translate)Vertex2D.translateY(float translate)Methods in dev.secondsun.geometry with parameters of type Vertex2DConstructors in dev.secondsun.geometry with parameters of type Vertex2D -
Uses of Vertex2D in dev.secondsun.util
Methods in dev.secondsun.util that return Vertex2DModifier and TypeMethodDescriptionstatic Vertex2Dstatic Vertex2DMaths.reverseBilinear(Vertex2D point, Quad quad)The vertecies in quad need to be in order such that the first vertx is 0,0 in the texture the clockwise aroundstatic Vertex2Dstatic Vertex2DMethods in dev.secondsun.util with parameters of type Vertex2DModifier and TypeMethodDescriptionstatic Vertex2Dstatic Vertex2DMaths.reverseBilinear(Vertex2D point, Quad quad)The vertecies in quad need to be in order such that the first vertx is 0,0 in the texture the clockwise aroundstatic Vertex2Dstatic intResources.setTexture(int imageId, Vertex2D textureOrigin, int u, int v)static Vertex2D