Package gen.lib.common
Class geom__c
- java.lang.Object
-
- gen.lib.common.geom__c
-
public class geom__c extends Object
-
-
Constructor Summary
Constructors Constructor Description geom__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ST_pointf
ccwrotatepf(ST_pointf p, int ccwrot)
static ST_pointf
cwrotatepf(ST_pointf p, int cwrot)
static double
ptToLine2(ST_pointf a, ST_pointf b, ST_pointf p)
static ST_pointf
rotatepf(ST_pointf p, int cwrot)
-