Uses of Class
ixagon.surface.mapper.Point3D
-
Packages that use Point3D Package Description ixagon.surface.mapper -
-
Uses of Point3D in ixagon.surface.mapper
Methods in ixagon.surface.mapper that return Point3D Modifier and Type Method Description Point3DBezierSurface. getBezierPoint(int index)Get the target bezier pointPoint3DQuadSurface. getBezierPoint(int index)Point3DSuperSurface. getBezierPoint(int index)Get target Bezier control pointPoint3D[]BezierSurface. getBezierPoints()Get all bezier pointsPoint3DBezierSurface. getCenter()Get the average center point of the surfacePoint3DQuadSurface. getCenter()Find the average position of all the control points, use that as the center point.Point3DSuperSurface. getCenter()Get the average center point of the surfacePoint3DBezierSurface. getCornerPoint(int index)Get the target corner pointPoint3DQuadSurface. getCornerPoint(int index)Get a specific cornerPoint3DSuperSurface. getCornerPoint(int index)Get the target corner pointPoint3D[]BezierSurface. getCornerPoints()Get all corner pointsPoint3D[]QuadSurface. getCornerPoints()Get all cornersPoint3D[]SuperSurface. getCornerPoints()Get all corner pointsPoint3DBezierSurface. screenCoordinatesToQuad(float x, float y)Translates a point on the screen into a point in the surface.Point3DQuadSurface. screenCoordinatesToQuad(float x, float y)Translate a point on the screen into a point in the surface.Point3DSuperSurface. screenCoordinatesToQuad(float x, float y)Translates a point on the screen into a point in the surface.Methods in ixagon.surface.mapper with parameters of type Point3D Modifier and Type Method Description static floatQuadSurface. CCW(Point3D p1, Point3D p2, Point3D p3)Three points are a counter-clockwise turn if ccw > 0, clockwise if ccw < 0, and collinear if ccw = 0 because ccw is a determinant that gives the signed area of the triangle formed by p1, p2 and p3.
-