MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Vec2

Method Vec2

src/main/java/field/linalg/Vec2.java:66–67  ·  view source on GitHub ↗

Create a new Vec2 and initialize its components to zero.

()

Source from the content-addressed store, hash-verified

64 * Create a new {@link Vec2} and initialize its components to zero.
65 */
66 public Vec2() {
67 }
68
69 public Vec2(List<Number> from) {
70 this(from.get(0).doubleValue(), from.get(1).doubleValue());

Callers 8

distanceJointMethod · 0.80
weldJointMethod · 0.80
FLineToPhysicsClass · 0.80
limitVelocityMethod · 0.80
decayVelocityMethod · 0.80
physicsToFLineMethod · 0.80
convertMethod · 0.80
convert2Method · 0.80

Calls 2

getMethod · 0.65
positionMethod · 0.65

Tested by

no test coverage detected