API Reference > OdGe Classes > OdGeRay3d Class > OdGeRay3d Constructor > OdGeRay3d::OdGeRay3d Constructor (OdGePoint3d&, OdGeVector3d&)
OdGeRay3d::OdGeRay3d Constructor (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdGeRay3d(const OdGePoint3d& point, const OdGeVector3d& vect);
Parameters 
Description 
const OdGePoint3d& point 
[in] A 3D point from which the ray is casted.  
const OdGeVector3d& vect 
[in] The direction of ray. 

Constructor for the OdGeRay3d class. 

 

The constructor constructs a ray that is casted from the specified point to a specified direction.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.