| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| t — Property in class sandy.util.RotationUtil |
|
Tweening variable (tween this from 0 to 1). |
| tan(radians) — Static method in class sandy.math.FastMath |
|
Returns the tangent of a given value, by looking up it's approximation in a
precomputed table. |
| target — Property in class sandy.core.interaction.TextLink |
| |
| target — Property in class sandy.core.scenegraph.ATransformable |
|
The position in the parent frame this object should "look at". |
| target — Property in class sandy.events.BubbleEvent |
|
The event target. |
| TextLink — Class in package sandy.core.interaction |
| |
| TextLink() — Constructor in class sandy.core.interaction.TextLink |
| |
| textLinks — Static property in class sandy.core.interaction.TextLink |
| |
| texture — Property in class sandy.materials.BitmapMaterial |
|
The texture ( bitmap ) of this material. |
| thickness — Property in class sandy.materials.attributes.LineAttributes |
|
The line thickness. |
| thickness — Property in class sandy.materials.attributes.OutlineAttributes |
|
The line thickness. |
| tilt — Property in class sandy.core.scenegraph.ATransformable |
|
Tilts this object around the local x axis. |
| tmax — Property in class sandy.bounds.BBox |
| |
| tmin — Property in class sandy.bounds.BBox |
| |
| toDegree(p_nRad) — Static method in class sandy.util.NumberUtil |
|
Converts an angle from radians to degrees
|
| TO_DEGREE — Static property in class sandy.util.NumberUtil |
|
Constant used to convert angle from radians to degrees. |
| toEuler(q:sandy.core.data:Quaternion) — Static method in class sandy.math.QuaternionMath |
| |
| TOL — Static property in class sandy.util.NumberUtil |
|
Value used to compare numbers with. |
| top — Property in class sandy.primitive.SkyBox |
|
The top plane of the SkyBox. |
| TOP — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TOP — Constant static property in class sandy.view.Frustum |
|
Specifies the index of the top plane of the frustum in the aPlanes array. |
| Top Level — Package |
| |
| toRadian(p_nDeg) — Static method in class sandy.util.NumberUtil |
|
Converts an angle from degrees to radians. |
| TO_RADIAN — Static property in class sandy.util.NumberUtil |
|
Constant used to convert degrees to radians. |
| Torus — Class in package sandy.primitive |
|
The Torus class is used for creating a torus primitive. |
| Torus(p_sName, p_nLargeRadius, p_nSmallRadius, p_nSegmentsW, p_nSegmentsH) — Constructor in class sandy.primitive.Torus |
|
Creates a Torus primitive. |
| toString() — Method in class sandy.bounds.BBox |
|
Returns a String representation of the BBox. |
| toString() — Method in class sandy.bounds.BSphere |
|
Returns a String represntation of the BSphere. |
| toString() — Method in class sandy.commands.Delegate |
|
Returns the string representation of this instance. |
| toString() — Method in class sandy.core.World3D |
|
Returns the string representation of the World3D object. |
| toString() — Method in class sandy.core.data.BezierPath |
|
Returns a string represntation of the Bezier path. |
| toString() — Method in class sandy.core.data.Matrix4 |
|
Returns a string representation of this matrix. |
| toString() — Method in class sandy.core.data.Plane |
|
Returns a string represntation of this plane. |
| toString() — Method in class sandy.core.data.Polygon |
|
Returns a string representing of this polygon. |
| toString() — Method in class sandy.core.data.Quaternion |
|
Returns a string representing this quaternion. |
| toString() — Method in class sandy.core.data.UVCoord |
|
Returns a string representing this UVCoord. |
| toString(decPlaces) — Method in class sandy.core.data.Vector |
|
Returns a string representing this vector. |
| toString(decPlaces) — Method in class sandy.core.data.Vertex |
|
Returns a string representing this vertex. |
| toString() — Method in class sandy.core.scenegraph.ATransformable |
|
Returns a string representation of this object
|
| toString() — Method in class sandy.core.scenegraph.Camera3D |
| |
| toString() — Method in class sandy.core.scenegraph.Geometry3D |
|
Returns a string representation of this geometry. |
| toString() — Method in class sandy.core.scenegraph.Group |
| |
| toString() — Method in class sandy.core.scenegraph.Node |
|
Returns a string representation of this object
|
| toString() — Method in class sandy.core.scenegraph.Shape3D |
|
Returns a string representation of this object
|
| toString() — Method in class sandy.core.scenegraph.Sound3D |
| |
| toString() — Method in class sandy.core.scenegraph.Sprite2D |
| |
| toString() — Method in class sandy.core.scenegraph.TransformGroup |
|
Returns a string representation of the TransformGroup. |
| toString() — Method in class sandy.events.BubbleEvent |
|
Returns the string representation of the event. |
| toString() — Method in class sandy.materials.Appearance |
|
Returns a string representation of this object. |
| toString() — Method in class sandy.materials.BitmapMaterial |
|
Returns a string representation of this object. |
| toString() — Method in class sandy.view.CullingState |
|
Returns the string representation of the CullingState object. |
| transform(p_oMatrix:sandy.core.data:Matrix4) — Method in class sandy.bounds.BBox |
|
Applies the transformation that is specified in the Matrix4 parameter. |
| transform(p_oMatrix:sandy.core.data:Matrix4) — Method in class sandy.bounds.BSphere |
|
Applies the transformation that is specified in the Matrix4 parameter. |
| TransformGroup — Class in package sandy.core.scenegraph |
|
The TransformGroup class is used to create transform group. |
| TransformGroup(p_sName) — Constructor in class sandy.core.scenegraph.TransformGroup |
|
Creates a transform group. |
| translate(p_nX, p_nY, p_nZ) — Method in class sandy.core.scenegraph.ATransformable |
|
Translate this object from it's current position with the specified offsets. |
| translation(nTx, nTy, nTz) — Method in class sandy.core.data.Matrix4 |
|
Makes this matrix a translation matrix from translation components. |
| translation(nTx, nTy, nTz) — Static method in class sandy.math.Matrix4Math |
|
Computes a translation Matrix4 matrix. |
| translationVector(v:sandy.core.data:Vector) — Method in class sandy.core.data.Matrix4 |
|
Makes this matrix a translation matrix from a translation vector. |
| translationVector(v:sandy.core.data:Vector) — Static method in class sandy.math.Matrix4Math |
|
Computes a translation Matrix4 matrix from a vector. |
| TRI — Constant static property in class sandy.primitive.PrimitiveMode |
|
Specifies the surfaces of the primitive is built up by triangles. |
| TRI_FACEL1 — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_FACEL2 — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_LOCAL — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_SMOOTH — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_TEXCOORD — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_VERTEXL — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TRI_VISIBLE — Constant static property in class sandy.parser.Parser3DSChunkTypes |
| |
| TWO_PI — Constant static property in class sandy.math.FastMath |
|
Math constant pi*2. |
| TWO_PI — Static property in class sandy.util.NumberUtil |
|
Math constant pi*2. |
| type — Property in class sandy.core.scenegraph.Sound3D |
|
Type is either SPEECH or NOISE, SPEECH will start the sound at the last position if the camera enters the sphere of the sound
|
| type — Property in class sandy.materials.Material |
|
The material type of this material. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |