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  
IAttributes — Interface in package sandy.materials.attributes
Interface for all the elements that represent a material attribute property.
id — Constant property in class sandy.core.data.Polygon
[READ-ONLY] property Unique polygon ID Number.
id — Constant property in class sandy.core.data.Vertex
id — Constant property in class sandy.core.scenegraph.Node
The unique id of this node in the node graph.
id — Property in class sandy.materials.Material
The unique id of this material
id0 — Property in class sandy.materials.attributes.GouraudAttributes
identity() — Method in class sandy.core.data.Matrix4
Makes this matrix into an identity matrix.
IDisplayable — Interface in package sandy.core.scenegraph
The IDisplayable interface should be implemented by all visible objects.
indexTimes(p_sStr, p_sSubstr, p_nOccur, p_nStart) — Static method in class sandy.util.StringUtil
Returns the index of the N:th occurance of sub string.
_init() — Method in class sandy.core.interaction.TextLink
init() — Method in class sandy.core.scenegraph.Geometry3D
Not used in this version.
init(p_oPolygon:sandy.core.data:Polygon) — Method in class sandy.materials.BitmapMaterial
Initiates this material.
init(f:sandy.core.data:Polygon) — Method in class sandy.materials.Material
Not used in this version of Sandy.
INIT — Constant static property in class sandy.parser.ParserEvent
The OBject3D object is initialized
initFrame() — Method in class sandy.core.scenegraph.ATransformable
Initiates the local coordinate system for this object.
initialized — Constant static property in class sandy.math.FastMath
INSIDE — Constant static property in class sandy.view.CullingState
INSIDE means that the object is completely inside the frustum, and should be rendered.
INSIDE — Constant static property in class sandy.view.Frustum
interactWithTexture(p_oPoly:sandy.core.data:Polygon, p_uvTexture:sandy.core.data:UVCoord, p_event) — Method in class sandy.core.interaction.VirtualMouse
INTERSECT — Constant static property in class sandy.view.CullingState
INTERSECT means that the object intersects one or more planes of the frustum, and should be partly rendered.
INTERSECT — Constant static property in class sandy.view.Frustum
intersectionBSphere(p_oBSphereA:sandy.bounds:BSphere, p_oBSphereB:sandy.bounds:BSphere) — Static method in class sandy.math.IntersectionMath
Provide an intersection test between 2 bounding boxes.
intersectionLine2D(p_oPointA, p_oPointB, p_oPointC, p_oPointD) — Static method in class sandy.math.IntersectionMath
Computation of the intersection point between 2 2D lines AB and CD.
intersectionLine3D(p_oPointA:sandy.core.data:Vector, p_oPointB:sandy.core.data:Vector, p_oPointC:sandy.core.data:Vector, p_oPointD:sandy.core.data:Vector) — Static method in class sandy.math.IntersectionMath
Computes the smallest distance between these 3D lines.
IntersectionMath — Final class in package sandy.math
An util class with static method which provides useful functions related to intersection
inverse() — Method in class sandy.core.data.Matrix4
Return the inverse of the matrix passed in parameter.
invModelMatrix — Property in class sandy.core.scenegraph.Camera3D

Inverse of the model matrix This is apply at the culling phasis The matrix is inverted in comparison of the real model view matrix.
This allows replacement of the objects in the correct camera frame before projection

invProjectionMatrix — Property in class sandy.core.scenegraph.Camera3D
Returns the inverse of the projection matrix of this camera.
IParser — Interface in package sandy.parser
The IParser interface defines the interface that parser classes such as ColladaParser must implement.
isClipped — Property in class sandy.core.data.Polygon
[READ-ONLY] property.
isParent(p_oNode:sandy.core.scenegraph:Node) — Method in class sandy.core.scenegraph.Node
Tests if the node passed in the argument is parent of this node.
isRegistered(key) — Method in class sandy.core.SceneLocator
Check if a scene with the specified name is registered.
isRegistered(listener, type) — Method in class sandy.events.EventBroadcaster
isZero(p_nN) — Static method in class sandy.util.NumberUtil
Is the number small enough to be regarded as zero?.
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