Uses of Class
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Point3D

Packages that use Point3D
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes This package contains datatypes that are defined in unreal. 
cz.cuni.amis.pogamut.unreal.t3dgenerator.elements This package contains abstract classes that are implemented by elements from various domains. 
cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.kismet This package contains classes that represent Kismet objects. 
cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map This package contains classes that represent objects in an unreal map - meshes, lights, navigation points etc. 
 

Uses of Point3D in cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes that return Point3D
 Point3D Point3D.add(Point3D p)
           
 Point3D Point3D.multiply(float a)
           
 Point3D Point3D.negateX()
           
 Point3D Point3D.negateXandY()
           
 Point3D Point3D.negateY()
           
 Point3D Point3D.switchXandY()
           
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes with parameters of type Point3D
 Point3D Point3D.add(Point3D p)
           
 

Uses of Point3D in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements that return Point3D
 Point3D AbstractUnrealActor.getLocation()
           
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements with parameters of type Point3D
 void AbstractUnrealActor.setLocation(Point3D location)
           
 

Uses of Point3D in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.kismet
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.kismet that return Point3D
 Point3D LogAction.getTargetOffset()
           
 

Methods in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.kismet with parameters of type Point3D
 void LogAction.setTargetOffset(Point3D targetOffset)
           
 

Uses of Point3D in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map
 

Constructors in cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map with parameters of type Point3D
DoorMarker(Point3D location, UnrealReference mover)
           
NavigationPoint(String className, Point3D location, CollisionCylinderComponent cylinderComponent)
           
PathNode(Point3D location)
           
PlayerStart(Point3D location)
           
PointLight(Point3D location)
           
PointLight(Point3D location, float sourceRadius, float lightRadius)
           
PrefabInstance(String prefabName, Point3D location)
           
PrefabInstance(String prefabName, Point3D location, Rotation3D rotation)
           
StaticMeshActor(StaticMeshComponent meshComponent, Point3D location)
           
StaticMeshActor(String meshName, Point3D location)
           
StaticMeshActor(String archetypeName, StaticMeshComponent meshComponent, Point3D location)
           
Trigger(Point3D location, CollisionCylinderComponent cylinderComponent)
           
Trigger(Point3D location, float collisionHeight, float collisionRadius)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.