mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
[uLib Geometry]
- Adds Type combiner. - change names to image map (WARNING some classess may not be already uploaded)
This commit is contained in:
@@ -67,9 +67,9 @@ public:
|
||||
public:
|
||||
VoxRaytracer(ImageData &image) : m_Image(&image) {}
|
||||
|
||||
bool GetEntryPoint(const HLine3f line, Vector4f &pt);
|
||||
bool GetEntryPoint(const HLine3f line, Vector4f &pt) const;
|
||||
|
||||
bool GetExitPoint(const HLine3f line, Vector4f &pt);
|
||||
bool GetExitPoint(const HLine3f line, Vector4f &pt) const;
|
||||
|
||||
RayData TraceBetweenPoints(const Vector4f &in, const Vector4f &out) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user