| Package | away3d.cameras.lenses |
| Class | public class FreeMatrixLens |
| Inheritance | FreeMatrixLens LensBase flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| far : Number [override] | FreeMatrixLens | ||
![]() | frustumCorners : Vector.<Number>
Retrieves the corner points of the lens frustum. | LensBase | |
![]() | matrix : Matrix3D
The projection matrix that transforms 3D geometry to normalized homogeneous coordinates. | LensBase | |
| near : Number [override] | FreeMatrixLens | ||
![]() | unprojectionMatrix : Matrix3D [read-only] | LensBase | |
| Method | Defined By | ||
|---|---|---|---|
Creates a new FreeMatrixLens object. | FreeMatrixLens | ||
[override] | FreeMatrixLens | ||
![]() | project(point3d:Vector3D):Vector3D
Calculates the normalised position in screen space of the given scene position relative to the camera. | LensBase | |
![]() | unproject(nX:Number, nY:Number, sZ:Number):Vector3D
Calculates the scene position relative to the camera of the given normalized coordinates in screen space. | LensBase | |
| Method | Defined By | ||
|---|---|---|---|
![]() | invalidateMatrix():void
Invalidates the projection matrix, which will cause it to be updated on the next request. | LensBase | |
updateMatrix():void [override] | FreeMatrixLens | ||
| aspectRatio | property |
aspectRatio:Number[override] arcane function get aspectRatio():Number arcane function set aspectRatio(value:Number):void| far | property |
far:Number[override] public function get far():Number public function set far(value:Number):void| near | property |
near:Number[override] public function get near():Number public function set near(value:Number):void| FreeMatrixLens | () | Constructor |
public function FreeMatrixLens()Creates a new FreeMatrixLens object.
| clone | () | method |
| updateMatrix | () | method |
override protected function updateMatrix():void