Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_MakePlane
AvsFilter_MakePlane
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Creates a plane structure from individual fields.
Syntax
void avs::AvsFilter_MakePlane ( atl::real inA, atl::real inB, atl::real inC, atl::real inD, avl::Plane3D& outPlane )


