API Reference > Classes > PRC Markup Classes > OdPrcFloatPoint Class > OdPrcFloatPoint Methods > OdPrcFloatPoint::set Method
OdPrcFloatPoint::set Method
Syntax
C++
OdPrcFloatPoint& set(double xx, double yy, double zz);
Parameters 
Description 
double xx 
[in] An X-axis coordinate of the point.  
double yy 
[in] An Y-axis coordinate of the point.  
double zz 
[in] An Z-axis coordinate of the point.  

Returns a reference to the point with new coodinates.

Sets new coordinates for the float three-dimensional point.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.