public CCQuad2() { TopLeft = new CCVertex2F(); TopRight = new CCVertex2F(); BottomLeft = new CCVertex2F(); BottomRight = new CCVertex2F(); }
public CCV2F_C4F_T2F() { Vertices = new CCVertex2F(); Colors = new CCColor4F(); TexCoords = new CCTex2F(); }
public static CCVertex2F Vertex2(float x, float y) { CCVertex2F c = new CCVertex2F(x, y); return c; }
public float Size; // 4 bytes #endregion Fields #region Constructors public CCPointSprite() { Position = new CCVertex2F(); Color = new CCColor4B(); Size = 0.0f; }
public static CCVertex2F Vertex2(float x, float y) { CCVertex2F c = new CCVertex2F(x, y); return(c); }
public CCPointSprite() { Position = new CCVertex2F(); Color = new CCColor4B(); Size = 0.0f; }