Packagelaya.webgl.shapes
Interfacepublic interface IShape
Implementors BasePoly, Vertex



Public Methods
 MethodDefined By
  
getData(ib:Buffer2D, vb:Buffer2D, start:int):void
IShape
  
needUpdate(mat:Matrix):Boolean
IShape
  
rebuild(points:Array):void
IShape
  
setMatrix(mat:Matrix):void
IShape
Method Detail
getData()method
public function getData(ib:Buffer2D, vb:Buffer2D, start:int):void

Parameters

ib:Buffer2D
 
vb:Buffer2D
 
start:int

needUpdate()method 
public function needUpdate(mat:Matrix):Boolean

Parameters

mat:Matrix

Returns
Boolean
rebuild()method 
public function rebuild(points:Array):void

Parameters

points:Array

setMatrix()method 
public function setMatrix(mat:Matrix):void

Parameters

mat:Matrix