Package georegression.struct.shapes
Class Triangle3D_F32
java.lang.Object
georegression.struct.shapes.Triangle3D_F32
- All Implemented Interfaces:
Serializable
@Generated("georegression.struct.shapes.Triangle3D_F64")
public class Triangle3D_F32
extends Object
implements Serializable
Triangle in 3D space. Described by 3 vertices/points.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTriangle3D_F32
(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) Triangle3D_F32
(Point3D_F32 v0, Point3D_F32 v1, Point3D_F32 v2) Triangle3D_F32
(Triangle3D_F32 orig) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
setTo
(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) setTo
(Triangle3D_F32 orig) void
zero()
Sets the value of all fields to zero
-
Field Details
-
v0
-
v1
-
v2
-
-
Constructor Details
-
Triangle3D_F32
-
Triangle3D_F32
public Triangle3D_F32(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) -
Triangle3D_F32
-
Triangle3D_F32
public Triangle3D_F32()
-
-
Method Details
-
setTo
-
setTo
public Triangle3D_F32 setTo(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) -
zero
public void zero()Sets the value of all fields to zero -
copy
-