MCPcopy Create free account
hub / github.com/defold/defold / Vector4

Class Vector4

editor/src/java/com/defold/libs/ParticleLibrary.java:208–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 public static class Vector4 extends Structure {
209
210 public Vector4() {
211 }
212
213 public Vector4(float x, float y, float z, float w) {
214 this.x = x;
215 this.y = y;
216 this.z = z;
217 this.w = w;
218 }
219
220 public Vector4(Pointer position) {
221 super(position);
222 }
223
224 public float x;
225 public float y;
226 public float z;
227 public float w;
228
229 @Override
230 protected List<String> getFieldOrder() {
231 return Arrays.asList("x", "y", "z", "w");
232 }
233 }
234
235 public static class Quat extends Structure {
236

Callers 15

PropertiesToLuaTableFunction · 0.50
LuaPushVarFunction · 0.50
GetPropertyAsMatrix4Function · 0.50
AnimateFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
SetUpSimpleRigFunction · 0.50
Vector4_newFunction · 0.50
Vector_ClampFunction · 0.50

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
SetUpSimpleRigFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40