()
| 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); |
nothing calls this directly
no test coverage detected