5 references to Vector3
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
107P17 = new Vector3(1, 2, 3),
Microsoft.Maui (1)
Platform\ViewExtensions.cs (1)
36 internal static Vector3 ExtractScale(this Matrix4x4 matrix) => new Vector3(matrix.M11, matrix.M22, matrix.M33);
Microsoft.Maui.Essentials (3)
Accelerometer\Accelerometer.shared.cs (1)
146 Acceleration = new Vector3(x, y, z);
Gyroscope\Gyroscope.shared.cs (1)
134 AngularVelocity = new Vector3(x, y, z);
Magnetometer\Magnetometer.shared.cs (1)
138 MagneticField = new Vector3(x, y, z);