Ejemplo n.º 1
0
 public FixedPointVector2 Sign()
 {
     return(new FixedPointVector2(MathFixedPoint.Sign(X), MathFixedPoint.Sign(Y)));
 }