List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.github.gwtcannonjs.client.math.Vec3.java
/** * 3-dimensional vector */ public class Vec3 extends JavaScriptObject { protected Vec3() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.objects.BodyOptions.java
public class BodyOptions extends JavaScriptObject { protected BodyOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.objects.RaycastVehicle.java
/** * Vehicle helper class that casts rays from the wheel positions towards the ground and applies forces. */ public class RaycastVehicle extends JavaScriptObject { protected RaycastVehicle() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.objects.RaycastVehicleOptions.java
public class RaycastVehicleOptions extends JavaScriptObject { protected RaycastVehicleOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.objects.RigidVehicle.java
/** * Simple vehicle helper class with spherical rigid body wheels. */ public class RigidVehicle extends JavaScriptObject { protected RigidVehicle() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.objects.RigidVehicleOptions.java
public class RigidVehicleOptions extends JavaScriptObject { protected RigidVehicleOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.objects.SPHSystem.java
/** * Smoothed-particle hydrodynamics system */ public class SPHSystem extends JavaScriptObject { protected SPHSystem() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.objects.Spring.java
/** * A spring, connecting two bodies. */ public class Spring extends JavaScriptObject { protected Spring() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.objects.SpringOptions.java
public class SpringOptions extends JavaScriptObject { protected SpringOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.objects.WheelInfo.java
public class WheelInfo extends JavaScriptObject { protected WheelInfo() { // A JavaScriptObject cannot be created directly } /**