MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Intersects

Method Intersects

Source/Engine/Terrain/TerrainChunk.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205bool TerrainChunk::Intersects(const Ray& ray, Real& distance)
206{
207 return _bounds.Intersects(ray, distance);
208}
209
210void TerrainChunk::UpdateBounds()
211{

Callers 6

RayCastMethod · 0.45
DrawImplMethod · 0.45
IntersectsItselfMethod · 0.45
DrawPhysicsDebugMethod · 0.45
RayCastBVHMethod · 0.45
RayCastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected