Uses of Class
rope.vector.vec
Packages that use vec
-
Uses of vec in rope.core
Modifier and TypeMethodDescriptionvoid
R_Graphic.bezierVertex
(vec a, vec b, vec pos) void
R_Graphic.bezierVertex
(vec a, vec b, vec pos, processing.core.PGraphics other) void
R_Graphic.curveVertex
(vec pos) void
R_Graphic.curveVertex
(vec pos, processing.core.PGraphics other) void
void
void
void
boolean
Rope.in_polygon
(vec[] points, vec pos) boolean
Rope.in_polygon
(vec[] points, vec pos, float marge) void
void
void
R_Graphic.quadraticVertex
(vec a, vec b) void
R_Graphic.quadraticVertex
(vec a, vec b, processing.core.PGraphics other) void
void
void
void
void
void
void
void
void
void
void
void
-
Uses of vec in rope.costume
Methods in rope.costume with parameters of type vecModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
It the main method, it's here where the choice what must be shown among the various objects in the collection -
Uses of vec in rope.mesh
Modifier and TypeMethodDescriptionvoid
Deprecated.instead use void add_points(vec... coord)void
R_Shape.add_points
(int index, vec... coord) void
R_Shape.add_points
(vec... coord) void
void
void
void
void
-
Uses of vec in rope.pixo
-
Uses of vec in rope.svg
-
Uses of vec in rope.vector
Subclasses of vec in rope.vectorMethods in rope.vector that return vecMethods in rope.vector with parameters of type vecModifier and TypeMethodDescriptionfloat
return distance of the vector or lengthfloat
* return distance between vectorfloat
boolean
vec2.in_polygon
(vec[] points) https://forum.processing.org/one/topic/how-do-i-find-if-a-point-is-inside-a-complex-polygon.html http://paulbourke.net/geometry/ thks to Moggach and Paul Brookfloat
return mag between this vector and the targetConstructors in rope.vector with parameters of type vec