Packagecom.as3dmod.core
Classpublic class MeshProxy
ImplementsIMeshInfo



Public Properties
 PropertyDefined by
  depth : Number
[read-only]
MeshProxy
  height : Number
[read-only]
MeshProxy
  maxAxis : int
[read-only]
MeshProxy
  maxX : Number
[read-only]
MeshProxy
  maxY : Number
[read-only]
MeshProxy
  maxZ : Number
[read-only]
MeshProxy
  midAxis : int
[read-only]
MeshProxy
  minAxis : int
[read-only]
MeshProxy
  minX : Number
[read-only]
MeshProxy
  minY : Number
[read-only]
MeshProxy
  minZ : Number
[read-only]
MeshProxy
  width : Number
[read-only]
MeshProxy
Protected Properties
 PropertyDefined by
  _depth : Number
MeshProxy
  _height : Number
MeshProxy
  _maxAxis : int
MeshProxy
  _maxX : Number
MeshProxy
  _maxY : Number
MeshProxy
  _maxZ : Number
MeshProxy
  _midAxis : int
MeshProxy
  _minAxis : int
MeshProxy
  _minX : Number
MeshProxy
  _minY : Number
MeshProxy
  _minZ : Number
MeshProxy
  vertices : Array
MeshProxy
  _width : Number
MeshProxy
Public Methods
 MethodDefined by
  
MeshProxy
  
MeshProxy
  
MeshProxy
  
getMax(axis:int):Number
MeshProxy
  
getMin(axis:int):Number
MeshProxy
  
getSize(axis:int):Number
MeshProxy
  
getVertices():Array
MeshProxy
  
postApply():void
MeshProxy
  
MeshProxy
  
setMesh(mesh:*):void
MeshProxy
  
MeshProxy
Property detail
_depthproperty
protected var _depth:Number
depthproperty 
depth:Number  [read-only]Implementation
    public function get depth():Number
_heightproperty 
protected var _height:Number
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
_maxAxisproperty 
protected var _maxAxis:int
maxAxisproperty 
maxAxis:int  [read-only]Implementation
    public function get maxAxis():int
_maxXproperty 
protected var _maxX:Number
maxXproperty 
maxX:Number  [read-only]Implementation
    public function get maxX():Number
_maxYproperty 
protected var _maxY:Number
maxYproperty 
maxY:Number  [read-only]Implementation
    public function get maxY():Number
_maxZproperty 
protected var _maxZ:Number
maxZproperty 
maxZ:Number  [read-only]Implementation
    public function get maxZ():Number
_midAxisproperty 
protected var _midAxis:int
midAxisproperty 
midAxis:int  [read-only]Implementation
    public function get midAxis():int
_minAxisproperty 
protected var _minAxis:int
minAxisproperty 
minAxis:int  [read-only]Implementation
    public function get minAxis():int
_minXproperty 
protected var _minX:Number
minXproperty 
minX:Number  [read-only]Implementation
    public function get minX():Number
_minYproperty 
protected var _minY:Number
minYproperty 
minY:Number  [read-only]Implementation
    public function get minY():Number
_minZproperty 
protected var _minZ:Number
minZproperty 
minZ:Number  [read-only]Implementation
    public function get minZ():Number
verticesproperty 
protected var vertices:Array
_widthproperty 
protected var _width:Number
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number
Constructor detail
MeshProxy()constructor
public function MeshProxy()
Method detail
analyzeGeometry()method
public function analyzeGeometry():void
collapseGeometry()method 
public function collapseGeometry():void
getMax()method 
public function getMax(axis:int):NumberParameters
axis:int

Returns
Number
getMin()method 
public function getMin(axis:int):NumberParameters
axis:int

Returns
Number
getSize()method 
public function getSize(axis:int):NumberParameters
axis:int

Returns
Number
getVertices()method 
public function getVertices():Array

Returns
Array
postApply()method 
public function postApply():void
resetGeometry()method 
public function resetGeometry():void
setMesh()method 
public function setMesh(mesh:*):voidParameters
mesh:*
updateMeshPosition()method 
public function updateMeshPosition(p:Vector3):voidParameters
p:Vector3