MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / TVector

Method TVector

src/org/opensourcephysics/media/core/TVector.java:67–69  ·  view source on GitHub ↗

Constructs a default TVector with tail position (0, 0) and components (0, 0).

()

Source from the content-addressed store, hash-verified

65 * components (0, 0).
66 */
67 public TVector() {
68 setStroke(new BasicStroke(1));
69 }
70
71 /**
72 * Constructs a TVector with specified tail and components.

Callers

nothing calls this directly

Calls 2

setStrokeMethod · 0.95
setXYMethod · 0.65

Tested by

no test coverage detected