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

google / vector_math.dart / 13087264509

01 Feb 2025 09:20AM UTC coverage: 26.372%. Remained the same
13087264509

Pull #339

github

web-flow
Merge 4cc64e59c into bd4b574b2
Pull Request #339: Bump the github-actions group with 2 updates

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