georegression.struct.shapes
Class Triangle3D_F64
- java.lang.Object
-
- georegression.struct.shapes.Triangle3D_F64
-
- All Implemented Interfaces:
- java.io.Serializable
public class Triangle3D_F64 extends java.lang.Object implements java.io.SerializableTriangle in 3D space. Described by 3 vertices/points.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description Point3D_F64v0Point3D_F64v1Point3D_F64v2
-
Constructor Summary
Constructors Constructor and Description Triangle3D_F64()Triangle3D_F64(double x0, double y0, double z0, double x1, double y1, double z1, double x2, double y2, double z2)Triangle3D_F64(Point3D_F64 v0, Point3D_F64 v1, Point3D_F64 v2)Triangle3D_F64(Triangle3D_F64 orig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Triangle3D_F64copy()Point3D_F64getV0()Point3D_F64getV1()Point3D_F64getV2()voidset(double x0, double y0, double z0, double x1, double y1, double z1, double x2, double y2, double z2)voidset(Triangle3D_F64 orig)voidsetV0(Point3D_F64 v0)voidsetV1(Point3D_F64 v1)voidsetV2(Point3D_F64 v2)
-
-
-
Field Detail
-
v0
public Point3D_F64 v0
-
v1
public Point3D_F64 v1
-
v2
public Point3D_F64 v2
-
-
Constructor Detail
-
Triangle3D_F64
public Triangle3D_F64(Point3D_F64 v0, Point3D_F64 v1, Point3D_F64 v2)
-
Triangle3D_F64
public Triangle3D_F64(double x0, double y0, double z0, double x1, double y1, double z1, double x2, double y2, double z2)
-
Triangle3D_F64
public Triangle3D_F64(Triangle3D_F64 orig)
-
Triangle3D_F64
public Triangle3D_F64()
-
-
Method Detail
-
set
public void set(Triangle3D_F64 orig)
-
set
public void set(double x0, double y0, double z0, double x1, double y1, double z1, double x2, double y2, double z2)
-
getV0
public Point3D_F64 getV0()
-
setV0
public void setV0(Point3D_F64 v0)
-
getV1
public Point3D_F64 getV1()
-
setV1
public void setV1(Point3D_F64 v1)
-
getV2
public Point3D_F64 getV2()
-
setV2
public void setV2(Point3D_F64 v2)
-
copy
public Triangle3D_F64 copy()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG