Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeRay2d::OdGeRay2d Constructor (const OdGePoint2d&, const OdGePoint2d&)
Syntax
C++
OdGeRay2d(const OdGePoint2d& point1, const OdGePoint2d& point2);

Constructor for the OdGeRay2d class. 

 

Parameters
Description
point1
[in] A 2D point from which the ray is casted.
point2
[in] A 2D point through which the ray passes.

The constructor constructs a ray that is casted from the specified point, the ray passes through the point2.

Copyright © 2002-2022. Open Design Alliance All rights reserved.