Package georegression.struct.shapes
Class Sphere3D_F32
java.lang.Object
georegression.struct.shapes.Sphere3D_F32
- All Implemented Interfaces:
Serializable,MapFormattable
@Generated("georegression.struct.shapes.Sphere3D_F64")
public class Sphere3D_F32
extends Object
implements Serializable, MapFormattable
Defines a sphere in 3D space using a center point and radius.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCenter point of the spherefloatRadius of the sphere -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatMap(MapPrintFormat format) setTo(float x, float y, float z, float radius) 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
-
center
Center point of the sphere -
radius
public float radiusRadius of the sphere
-
-
Constructor Details
-
Sphere3D_F32
public Sphere3D_F32() -
Sphere3D_F32
public Sphere3D_F32(float x, float y, float z, float radius) -
Sphere3D_F32
-
-
Method Details
-
setTo
-
setTo
-
zero
public void zero()Sets the value of all fields to zero -
formatMap
- Specified by:
formatMapin interfaceMapFormattable
-
toString
-