Package georegression.struct.shapes
Class Triangle3D_F32
java.lang.Object
georegression.struct.shapes.Triangle3D_F32
- All Implemented Interfaces:
Serializable,MapFormattable
@Generated("georegression.struct.shapes.Triangle3D_F64")
public class Triangle3D_F32
extends Object
implements Serializable, MapFormattable
Triangle in 3D space. Described by 3 vertices/points.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTriangle3D_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()formatMap(MapPrintFormat format) setTo(float x0, float y0, float z0, float x1, float y1, float z1, float x2, float y2, float z2) setTo(Triangle3D_F32 orig) toString()voidzero()Sets the value of all fields to zeroMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ejml.MapFormattable
formatMap
-
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
-
formatMap
- Specified by:
formatMapin interfaceMapFormattable
-
toString
-