MCPcopy Create free account
hub / github.com/e2wugui/zeze / vector4Value

Method vector4Value

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 public @NotNull Vector4 vector4Value() {
167 return new Vector4(floatValue(), 0, 0, 0);
168 }
169
170 public @NotNull Quaternion quaternionValue() {
171 return new Quaternion(floatValue(), 0, 0, 0);

Callers

nothing calls this directly

Calls 1

floatValueMethod · 0.95

Tested by

no test coverage detected