2#include "Math/Matrix4.h"
3#include "math/Segment3D.h"
7 private ref class ViewVolume
9 kmyGfx::ViewVolume* _native =
nullptr;
11 ViewVolume(XXSharpKmyMath::Matrix4 proj, XXSharpKmyMath::Matrix4 view);
12 bool clipSegment3(XXSharpKmyMath::Segment3 ^segment, [Runtime::InteropServices::Out] XXSharpKmyMath::Segment3^ %result);