API Documentation
>
Interface Classes
> Class wfcRay
Class wfcRay
# include <
wfcModel.h
>
class
wfcRay
: public virtual
xobject
{
xdeclare
(
wfcRay
)
...
};
This is a
COMPACT
class.
Description
Provides the info about the Ray.
User Guide References:
Tracing a Ray:wfcRay
Method Summary
static
wfcRay_ptr
Create
(
pfcPoint3D_ptr
Point,
pfcVector3D_ptr
Vector)
pfcPoint3D_ptr
GetPoint
()
void
SetPoint
(
pfcPoint3D_ptr
value)
The start point.
pfcVector3D_ptr
GetVector
()
void
SetVector
(
pfcVector3D_ptr
value)
The direction vector.
Method Detail
pfcPoint3D_ptr
GetPoint
()
void
SetPoint
(
pfcPoint3D_ptr
value)
The start point.
User Guide References:
Tracing a Ray:GetPoint
pfcVector3D_ptr
GetVector
()
void
SetVector
(
pfcVector3D_ptr
value)
The direction vector.
User Guide References:
Tracing a Ray:GetVector
static
wfcRay_ptr
Create
(
pfcPoint3D_ptr
Point,
pfcVector3D_ptr
Vector)
User Guide References:
Tracing a Ray:Create
Parameters:
Point
Vector
Returns:
Was this helpful?
This site works best with JavaScript enabled