MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / dot

Method dot

src/com/cloudream/ishow/util/MathUtils.java:144–147  ·  view source on GitHub ↗
(float v1x, float v1y, float v2x, float v2y)

Source from the content-addressed store, hash-verified

142 }
143
144 public static float dot(float v1x, float v1y, float v2x, float v2y)
145 {
146 return v1x * v2x + v1y * v2y;
147 }
148
149 public static float dot(PointF v1, PointF v2)
150 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected