com.azalient.api.a.position
Interface ITrianglePoints


public interface ITrianglePoints

A simple interface to three points A-B-C defining a triangle in space


Method Summary
 IXyz a()
          Point A
 IXyz b()
          Point B
 IXyz c()
          Point C
 

Method Detail

a

IXyz a()
Point A


b

IXyz b()
Point B


c

IXyz c()
Point C