FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGePlane.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
21class AcGeLine3d;
22class AcGeLineSeg3d;
23class AcGeLinearEnt3d;
24class AcGePoint3d;
25class AcGeTol;
26class AcGeVector3d;
27
29{
30public:
34
35public:
37 AcGePlane( AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &);
39 AcGePlane( AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &);
40 AcGePlane(double,double,double,double);
41 AcGePlane(void);
44 AcGePlane & set( AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &);
45 AcGePlane & set( AcGePoint3d const &, AcGeVector3d const &);
46 AcGePlane & set( AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &);
47 AcGePlane & set(double,double,double,double);
48 double signedDistanceTo( AcGePoint3d const &)const ;
52
53};
#define ARX_API_STATIC
Definition FxARXAPI.h:25
AcGePlane & set(AcGePoint3d const &, AcGeVector3d const &)
static ARX_API_STATIC AcGePlane const kYZPlane
Definition AcGePlane.h:32
~AcGePlane(void)
AcGePlane(AcGePlane const &)
AcGePlane & set(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &)
Frx::Boolean intersectWith(AcGePlane const &, AcGeLine3d &, AcGeTol const &=AcGeContext::gTol) const
AcGePlane(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &)
AcGePlane & set(AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &)
Frx::Boolean intersectWith(AcGeBoundedPlane const &, AcGeLineSeg3d &, AcGeTol const &=AcGeContext::gTol) const
AcGePlane & set(double, double, double, double)
AcGePlane(double, double, double, double)
Frx::Boolean intersectWith(AcGeLinearEnt3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
AcGePlane(AcGePoint3d const &, AcGeVector3d const &)
static ARX_API_STATIC AcGePlane const kXYPlane
Definition AcGePlane.h:31
static ARX_API_STATIC AcGePlane const kZXPlane
Definition AcGePlane.h:33
AcGePlane(AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &)
AcGePlane & operator=(AcGePlane const &)
double signedDistanceTo(AcGePoint3d const &) const
AcGePlane(void)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24