| 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 | |
| target — Property, class com.mi.rs.multiview.core.CameraSet | |
| target — Property, interface com.mi.rs.multiview.core.IViewBasic | |
| The target is the container for the ImageRenderTarget and Video components of the view. | |
| target — Property, class com.mi.rs.multiview.core.ViewBase | |
| The target is the container for the ImageRenderTarget and Video components of the view. | |
| target — Property, class com.mi.rs.multiview.option.OptionSetCamera | |
| The target point of the camera as an OptionsSetVector object. | |
| thumbnail — Property, class com.mi.rs.multiview.option.OptionSetCamera | |
| Returns a thumbnail rendering of the scene using the settings of this camera. | |
| tilt(horizontalAxis:Number, shiftTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Tilts the camera by rotating around the right vector of the camera. | |
| time — Property, class com.mi.rs.multiview.option.DaylightOptions | |
| The date for the scene. | |
| timezone — Property, class com.mi.rs.multiview.option.DaylightOptions | |
| The timezone for the scene, given in hours relative to GMT. | |
| toArray() — method, class com.mi.rs.multiview.option.OptionArray | |
| Returns an array containing all the values of this OptionArray instance. | |
| toCommaSeparatedList() — method, class com.mi.rs.multiview.option.OptionSetMatrix | |
| Returns the matrix as a string using comma-separated values of the form "xx,xy,xz,...". | |
| toCommaSeparatedList() — method, class com.mi.rs.multiview.option.OptionSetVector | |
| Returns the vector as a string using comma-separated values of the form "x,y,z,w". | |
| toString() — method, class com.mi.rs.Command | |
| Returns a string for debugging purposes. | |
| toString() — method, class com.mi.rs.Response | |
| Returns a string description for debugging purposes. | |
| toString() — method, class com.mi.rs.multiview.option.OptionSetCamera | |
| Creates a string version of this class for debugging purposes. | |
| toString() — method, class com.mi.rs.multiview.scope.Scope | |
| Returns the full scope name. | |
| toString() — method, class com.mi.rs.multiview.utils.Color | |
| Returns a string representing this Color object. | |
| toString() — method, class com.mi.rs.types.Vector4 | |
| trackingLevel — Property, interface com.mi.rs.multiview.option.IOptionSet | |
| Determines how changes are detected. | |
| trackingLevel — Property, class com.mi.rs.multiview.option.OptionSet | |
| Determines how changes are detected. | |
| trackingLevel — Property, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Determines how changes are detected. | |
| transform(matrix:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.types.Vector4 | |
| Transforms this vector by applying the provided matrix. | |
| TransformBase — class, package com.mi.rs.multiview.utils | |
| Super class for transform classes. | |
| TransformBase() — Constructor, class com.mi.rs.multiview.utils.TransformBase | |
| Treat this class as an abstract class because there are no public modifiers, only public getters. | |
| transformConst(matrix:com.mi.rs.types:Matrix4x4, out:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4 | |
| Transforms this vector by applying the given matrix and copies the result into the out vector. | |
| transformDirection(direction:com.mi.rs.types:Vector4, result:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Transforms a vector to camera space. | |
| transformDirectionToWorld(direction:com.mi.rs.types:Vector4, result:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Transforms a vector from camera space to world space. | |
| transformPoint(point:com.mi.rs.types:Vector4, result:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.core.CameraSet | |
| Transforms a point to camera space. | |
| transformPoint(point:com.mi.rs.types:Vector4, result:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Transforms a point to camera space. | |
| TransformSimple — class, package com.mi.rs.multiview.utils | |
| Simple implementation of TransformBase. | |
| TransformSimple() — Constructor, class com.mi.rs.multiview.utils.TransformSimple | |
| A simple transform class that can be rotated, scaled and moved. | |
| TransformTarget — class, package com.mi.rs.multiview.utils | |
| Extends TransformBase to include a target point and an up direction making this class useful for targeted transforms such as a camera. | |
| TransformTarget() — Constructor, class com.mi.rs.multiview.utils.TransformTarget | |
| Creates a new TransformTarget instance. | |
| transformTranspose(matrix:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.types.Vector4 | |
| Transforms this vector by the transpose of the matrix passed in. | |
| transformTransposeConst(matrix:com.mi.rs.types:Matrix4x4, out:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4 | |
| Transforms this vector by the transpose of the matrix passed in. | |
| translate(vector:com.mi.rs.types:Vector4, translateTargetPoint:Boolean) — method, class com.mi.rs.multiview.core.CameraSet | |
| Moves the camera by the given vector in world space. | |
| translate(move:com.mi.rs.types:Vector4, shiftTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Moves the camera. | |
| translate(dx:Number, dy:Number, dz:Number, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Translates the transform by the vector [dx, dy, dz] in either object space or world space. | |
| translate(dx:Number, dy:Number, dz:Number, inObjectSpace:Boolean, translateTarget:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Translates the transform by the vector [dx, dy, dz] in either world space or object space. | |
| translate(dx:Number, dy:Number, dz:Number) — method, class com.mi.rs.types.Matrix4x4 | |
| translateIndex(index:any, isSet:Boolean) — method, class com.mi.rs.multiview.option.OptionArray | |
| Manages translation of the element index into the actual name of the value for the purpose of getting or setting a value. | |
| translateTargetPoint(dx:Number, dy:Number, dz:Number, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Translates the target point by the vector [dx, dy, dz] in either world space or the object space. | |
| _translateVector(dx:Number, dy:Number, dz:Number, vector:com.mi.rs.types:Vector4, inObjectSpace:Boolean) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Translates a given vector either in world space or in object space by the vector [dx, dy, dz]. | |
| transpose() — method, class com.mi.rs.types.Matrix4x4 | |
| Sets this matrix to its transpose. | |
| tuning — Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| Tune the settings for a particular type of source or situation. | |
| 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 | |