• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / vector_math.dart / 12224890780

08 Dec 2024 08:11PM UTC coverage: 26.372%. Remained the same
12224890780

Pull #337

github

web-flow
Merge 1b1108c78 into 433fb6c82
Pull Request #337: Partial fix for benchmarks.

4325 of 16400 relevant lines covered (26.37%)

1.2 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/src/vector_math_64/intersection_result.dart
1
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
// All rights reserved. Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
part of '../../vector_math_64.dart';
5

6
/// Defines a result of an intersection test.
7
class IntersectionResult {
8
  double? _depth;
9

10
  /// The penetration depth of the intersection.
11
  double? get depth => _depth;
×
12

13
  /// The [axis] of the intersection.
14
  final axis = Vector3.zero();
15

16
  IntersectionResult();
×
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc