Atavism Version 2018.1AGIS API

atavism.server.physics
Interface Geometry

All Known Implementing Classes:
Box

public interface Geometry

This is a marker interface for geometry. Eventually, we may see the following implementors:

Author:
mccollum

Method Summary
 java.util.List<AOVector> computeIntersection(Plane p)
          I'm not really happy with this method signature.
 

Method Detail

computeIntersection

java.util.List<AOVector> computeIntersection(Plane p)
I'm not really happy with this method signature. The idea here is that we get a list of AOVectors, which represents the polygon formed by the intersection of our geometry with the plane.

Parameters:
p -
Returns:


Copyright © 2018 Dragonsan Studios Sp. z o.o.