Uses of Class
de.grogra.ray2.radiosity.Vector3d
Packages that use Vector3d
Package
Description
-
Uses of Vector3d in de.grogra.gpuflux.scene.volume
Fields in de.grogra.gpuflux.scene.volume declared as Vector3dConstructors in de.grogra.gpuflux.scene.volume with parameters of type Vector3d -
Uses of Vector3d in de.grogra.lignum.jadt
Subclasses of Vector3d in de.grogra.lignum.jadt -
Uses of Vector3d in de.grogra.lignum.sky
Methods in de.grogra.lignum.sky that return Vector3dModifier and TypeMethodDescriptionFirmament.getDirection
(int n) FirmamentNode.getDirection
(int n) -
Uses of Vector3d in de.grogra.ray2.radiosity
Methods in de.grogra.ray2.radiosity that return Vector3dModifier and TypeMethodDescriptionSubPatch.getCenter()
Return the center of this patch.SubPatch.getNormal()
Returns the normal vector of this patch.Vector3d[]
SubPatch.getVertices()
Returns an array of vertices.Methods in de.grogra.ray2.radiosity with parameters of type Vector3dModifier and TypeMethodDescriptionvoid
Converts a list of vertices into a patch group.void
Converts a list of vertices into a patch group.void
Converts a list of vertices into a patch group.void
Moves the patch along the given vector.void
Sets the vertices for this patch.Constructors in de.grogra.ray2.radiosity with parameters of type Vector3dModifierConstructorDescriptionPatchGroup
(Vector3d[] vertices, int id, Color3f emitted, Color3f reflected, Color3f radios, boolean visible) Creates a new patch group.Constructor, creates a new SubPatch.Creates a new viewcube.