[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    [API Review] RT-31256: Zero point
From:       Pavel Safrata <pavel.safrata () oracle ! com>
Date:       2013-08-29 14:03:34
Message-ID: 521F54B6.7010605 () oracle ! com
[Download RAW message or body]

Hello,
Jira: https://javafx-jira.kenai.com/browse/RT-31256

I just want to add

Point3D:
     /**
      * Point or vector with all three coordinates set to 0.
      */
     public static final Point3D ZERO = new Point3D(0.0, 0.0, 0.0);

Point2D:
     /**
      * Point or vector with both coordinates set to 0.
      */
     public static final Point2D ZERO = new Point2D(0.0, 0.0);

Regards,
Pavel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic