NASA World Wind

gov.nasa.worldwind.geom
Class Triangle

java.lang.Object
  extended by gov.nasa.worldwind.geom.Triangle

public class Triangle
extends Object


Constructor Summary
Triangle(Vec4 a, Vec4 b, Vec4 c)
           
 
Method Summary
 boolean contains(Vec4 p)
           
 Vec4 getA()
           
 Vec4 getB()
           
 Vec4 getC()
           
 Vec4 intersect(Line line)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Triangle

public Triangle(Vec4 a,
                Vec4 b,
                Vec4 c)
Method Detail

contains

public boolean contains(Vec4 p)

getA

public Vec4 getA()

getB

public Vec4 getB()

getC

public Vec4 getC()

intersect

public Vec4 intersect(Line line)

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind