File opennurbs_math.h¶
↰ Parent directory (pcl\surface\include\pcl\surface\3rdparty\opennurbs)
Contents
Definition (pcl\surface\include\pcl\surface\3rdparty\opennurbs\opennurbs_math.h)¶
Classes¶
Functions¶
Function ON_Array_aA_plus_B(int, float, const float *, const float *, float *)
Function ON_Array_aA_plus_B(int, double, const double *, const double *, double *)
Function ON_ArrayDotProduct(int, const float *, const float *)
Function ON_ArrayDotProduct(int, const double *, const double *)
Function ON_ArrayScale(int, double, const double *, double *)
Function ON_Intersect(const ON_Line&, const ON_Line&, double *, double *)
Function ON_Intersect(const ON_Line&, const ON_Plane&, double *)
Function ON_Intersect(const ON_Plane&, const ON_Plane&, ON_Line&)
Function ON_Intersect(const ON_Plane&, const ON_Plane&, const ON_Plane&, ON_3dPoint&)
Function ON_Intersect(const ON_Plane&, const ON_Sphere&, ON_Circle&)
Function ON_Intersect(const ON_Line&, const ON_Sphere&, ON_3dPoint&, ON_3dPoint&)
Function ON_Intersect(const ON_Line&, const ON_Cylinder&, ON_3dPoint&, ON_3dPoint&)
Function ON_Intersect(const ON_Line&, const ON_Arc&, double *, ON_3dPoint&, double *, ON_3dPoint&)
Function ON_Intersect(const ON_Plane&, const ON_Circle&, ON_3dPoint&, ON_3dPoint&)
Function ON_Intersect(const ON_Plane&, const ON_Arc&, ON_3dPoint&, ON_3dPoint&)
Function ON_IsValidPointList(int, ON_BOOL32, int, int, const float *)
Function ON_IsValidPointList(int, ON_BOOL32, int, int, const double *)
Function ON_PointsAreCoincident(int, int, const double *, const double *)
Function ON_PointsAreCoincident(int, int, int, int, const double *)
Function ON_SwapPointListCoordinates(int, int, float *, int, int)
Function ON_SwapPointListCoordinates(int, int, double *, int, int)
Function ON_TransformPointList(int, ON_BOOL32, int, int, float *, const ON_Xform&)
Function ON_TransformPointList(int, ON_BOOL32, int, int, double *, const ON_Xform&)
Function ON_TransformVectorList(int, int, int, float *, const ON_Xform&)
Function ON_TransformVectorList(int, int, int, double *, const ON_Xform&)