Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpaiR/imgui-java
/ dot
Method
dot
example/src/main/java/ExampleImGuizmo.java:287–289 ·
view source on GitHub ↗
(float[] a, float[] b)
Source
from the content-addressed store, hash-verified
285
}
286
287
private
static
float dot(float[] a, float[] b) {
288
return
a[0] * b[0] + a[1] * b[1] + a[2] * b[2];
289
}
290
291
private
static
float[] normalize(float[] a) {
292
float[] r =
new
float[3];
Callers
2
normalize
Method · 0.95
lookAt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected