|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Point3fInterface
Title:
Description:
Copyright: Copyright (c) 2006
Company: ANU
| Method Summary | |
|---|---|
double |
distanceTo(Point3fInterface point)
|
Point3fInterface |
getInstance()
|
Point3fInterface |
getInstance(float xx,
float yy,
float zz)
|
Point3fInterface |
getInstance(Point3fInterface a)
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
void |
setX(float x)
|
void |
setXYZ(float xx,
float yy,
float zz)
|
void |
setXYZ(Point3fInterface xyz)
|
void |
setY(float y)
|
void |
setZ(float z)
|
void |
subtract(Point3fInterface a1,
Point3fInterface a2)
|
| Method Detail |
|---|
double distanceTo(Point3fInterface point)
float getX()
float getY()
float getZ()
void setX(float x)
void setY(float y)
void setZ(float z)
void setXYZ(float xx,
float yy,
float zz)
void setXYZ(Point3fInterface xyz)
void subtract(Point3fInterface a1,
Point3fInterface a2)
Point3fInterface getInstance()
Point3fInterface getInstance(Point3fInterface a)
Point3fInterface getInstance(float xx,
float yy,
float zz)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||