menu
openworld package
documentation
three_dart_jsm/three_dart_jsm/math/index.dart
OctreeRay
OctreeRay constructor
OctreeRay constructor
dark_mode
light_mode
OctreeRay
constructor
OctreeRay
(
{
required
double
distance
,
required
Vector3
position
,
required
Triangle
triangle
,
})
Implementation
OctreeRay({ required this.distance, required this.position, required this.triangle });
openworld package
documentation
three_dart_jsm/three_dart_jsm/math/index
OctreeRay
OctreeRay constructor
OctreeRay class