- hasActiveScene() - Method in class org.amcgala.Framework
-
- hashCode() - Method in class org.amcgala.math.Quaternion
-
- hashCode() - Method in class org.amcgala.math.Vector3d
-
- hashCode() - Method in class org.amcgala.math.Vertex3f
-
- hashCode() - Method in class org.amcgala.Scene
-
- hashCode() - Method in class org.amcgala.shape.primitives.LinePrimitive
-
- hashCode() - Method in class org.amcgala.shape.primitives.PointPrimitive
-
- hashCode() - Method in class org.amcgala.shape.primitives.RectanglePrimitive
-
- hashCode() - Method in class org.amcgala.shape.primitives.TrianglePrimitive
-
- heading - Variable in class org.amcgala.TurtleState
-
- headingAngle - Variable in class org.amcgala.TurtleState
-
- height - Variable in class com.oddlabs.procedurality.Channel
-
- height - Variable in class org.amcgala.camera.AbstractCamera
-
- height - Variable in class org.amcgala.shape.primitives.RectanglePrimitive
-
- HEIGHT - Static variable in class org.amcgala.TurtleMode
-
Die Standardhöhe des Turtlefensters.
- HEXAGONAL - Static variable in class com.oddlabs.procedurality.Cellular
-
- Hill - Class in com.oddlabs.procedurality
-
- Hill(int, int) - Constructor for class com.oddlabs.procedurality.Hill
-
- histogram(Channel, int) - Static method in class com.oddlabs.procedurality.Analyzer
-
- hit(Ray, ShadingInfo) - Method in interface org.amcgala.raytracer.Hittable
-
Berechnet den Schnittpunkt des Shapes mit dem Strahl, der vom Raytracer in die Scene geschickt wird.
- hit(Ray, ShadingInfo) - Method in class org.amcgala.shape.AbstractShape
-
- HITCLIP - Static variable in class com.oddlabs.procedurality.Cellular
-
- HITPOINT - Static variable in class com.oddlabs.procedurality.Cellular
-
- hitPoint - Variable in class org.amcgala.raytracer.ShadingInfo
-
- Hittable - Interface in org.amcgala.raytracer
-
Ein Objekt, das das Interface Hittable implementiert, kann von einem RaytraceVisitor für Schnittpunktsberechnungen verwendet
werden.
- hue(float) - Method in class com.oddlabs.procedurality.Layer
-
- hueRotation(float, float, float, float) - Method in class com.oddlabs.procedurality.Layer
-
- hypot(double, double) - Static method in class org.amcgala.math.util.Maths
-
sqrt(a^2 + b^2) without under/overflow.