Class Index | File Index

Classes


Class threedee.TransformedLight

A transformed light
Defined in: TransformedLight.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
threedee.TransformedLight(light, transform)
Constructs a new transformed light
Method Summary
Method Attributes Method Name and Description
 
Returns the light.
 
Returns the position
Class Detail
threedee.TransformedLight(light, transform)
Constructs a new transformed light
Parameters:
{!threedee.Light} light
The light
{!threedee.Matrix} transform
The transformation matrix
Method Detail
{!threedee.Light} getLight()
Returns the light.
Returns:
{!threedee.Light} light The light

{!threedee.Vector} getPosition()
Returns the position
Returns:
{!threedee.Vector} The light position

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 03 2012 16:18:58 GMT+0100 (CET)